From: Roland Häder Date: Mon, 10 Jan 2011 08:46:24 +0000 (+0000) Subject: Fix for bigintval() which does only take numbers X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=f0957663700eda99144d6d1eed2d8b225225cf11;ds=sidebyside Fix for bigintval() which does only take numbers --- diff --git a/inc/session-functions.php b/inc/session-functions.php index 71f67ca303..ca8a38fff1 100644 --- a/inc/session-functions.php +++ b/inc/session-functions.php @@ -117,7 +117,7 @@ function destroyMemberSession () { // Destroys the admin session function destroyAdminSession ($destroy = true) { // Kill maybe existing session variables including array elements - setAdminId(''); + setAdminId(0); setAdminMd5(''); setAdminLast('');