[PHPPlanner-cvs] phpplanner common.php,1.12,1.13
Status: Beta
Brought to you by:
tomsommer
From: Tom S. <tom...@us...> - 2004-04-24 22:35:55
|
Update of /cvsroot/phpplanner/phpplanner In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2895 Modified Files: common.php Log Message: Make logout link work Index: common.php =================================================================== RCS file: /cvsroot/phpplanner/phpplanner/common.php,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- common.php 24 Apr 2004 22:29:13 -0000 1.12 +++ common.php 24 Apr 2004 22:35:42 -0000 1.13 @@ -107,7 +107,7 @@ } // ************************************************************************ - if (isset($_GET['mode']) && $_GET['mode'] == 'logout') + if ( isset($_GET['logout']) ) { delete_cookie("cal_username"); delete_cookie("cal_password"); |