Update of /cvsroot/phpwsbb/phpwsbb/boost
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12877/boost
Modified Files:
uninstall.php
Log Message:
Work on RFE #862993 on suspending monitors
Index: uninstall.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/boost/uninstall.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** uninstall.php 2 Mar 2004 02:40:48 -0000 1.5
--- uninstall.php 23 Mar 2004 03:57:45 -0000 1.6
***************
*** 33,36 ****
--- 33,39 ----
PHPWS_Language::uninstallLanguages("phpwsbb");
+ // Remove uservar entries
+ $_SESSION["OBJ_user"]->dropUserModule("phpwsbb");
+
} else {
$content .= "There was a problem writing to the database.<br />";
|