Update of /cvsroot/phpwebsite-comm/modules/staffman/boost
In directory sc8-pr-cvs1:/tmp/cvs-serv29627/boost
Modified Files:
uninstall.php
Log Message:
minor bugfixes to version 1.21
Index: uninstall.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/staffman/boost/uninstall.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** uninstall.php 5 Sep 2003 14:22:56 -0000 1.3
--- uninstall.php 24 Sep 2003 23:40:29 -0000 1.4
***************
*** 29,33 ****
/* remove any staffmember fatcat items */
if(isset($_SESSION["OBJ_fatcat"])) {
! if(PHPWS_Fatcat::purge(NULL, "faq"))
$content .= "Removed any staffmembers in fatcat categories.<br />";
}
--- 29,33 ----
/* remove any staffmember fatcat items */
if(isset($_SESSION["OBJ_fatcat"])) {
! if(PHPWS_Fatcat::purge(NULL, "staffman"))
$content .= "Removed any staffmembers in fatcat categories.<br />";
}
|