X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsession-functions.php;h=df1bd2f1c09cb41dfc6888eb98f562b6837f5ded;hb=8120bdd67eb1c09cca24c1a6421f41ab107f0c67;hp=92c327df34f75ccd82b5d6abf0d1af7ae11be81d;hpb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7;p=mailer.git diff --git a/inc/session-functions.php b/inc/session-functions.php index 92c327df34..df1bd2f1c0 100644 --- a/inc/session-functions.php +++ b/inc/session-functions.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Sitzungsrelevante Funktionen * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -108,16 +108,16 @@ function destroy_user_session () { setUserId(0); // Remove all user data from session - return ((set_session('userid', "")) && (set_session('u_hash', ""))); + return ((set_session('userid', '')) && (set_session('u_hash', ''))); } // Destroys the admin session function destroyAdminSession ($destroy = true) { // Kill maybe existing session variables including array elements - set_session('admin_login', ""); - set_session('admin_md5' , ""); - set_session('admin_last' , ""); - set_session('admin_to' , ""); + set_session('admin_login', ''); + set_session('admin_md5' , ''); + set_session('admin_last' , ''); + set_session('admin_to' , ''); // Destroy session and return status if ($destroy) {