[geeklog-cvs] Geeklog-1.x/public_html/admin user.php,1.207,1.208

Dirk Haun dhaun at qs1489.pair.com
Tue Jul 8 14:42:58 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin
In directory qs1489.pair.com:/tmp/cvs-serv47718/public_html/admin

Modified Files:
	user.php 
Log Message:
Terminate a user's session when they are being banned


Index: user.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/user.php,v
retrieving revision 1.207
retrieving revision 1.208
diff -C2 -d -r1.207 -r1.208
*** user.php	6 Jul 2008 20:20:32 -0000	1.207
--- user.php	8 Jul 2008 18:42:54 -0000	1.208
***************
*** 568,571 ****
--- 568,574 ----
                  USER_createAndSendPassword ($username, $email, $uid);
              }
+             if ($userstatus == USER_ACCOUNT_DISABLED) {
+                 SESS_endUserSession($uid);
+             }
              $userChanged = true;
          }




More information about the geeklog-cvs mailing list