From: Don S. <ri...@us...> - 2004-09-13 16:31:29
|
Update of /cvsroot/phpwsbb/phpwsbb/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24212/boost Modified Files: uninstall.php Log Message: setting prelim status Index: uninstall.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/boost/uninstall.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** uninstall.php 10 Sep 2004 02:01:33 -0000 1.10 --- uninstall.php 13 Sep 2004 16:31:16 -0000 1.11 *************** *** 33,36 **** --- 33,38 ---- } + $status = 1; + if($status = $GLOBALS["core"]->sqlImport(PHPWS_SOURCE_DIR . "mod/phpwsbb/boost/uninstall.sql", 1, 1)) { $content .= "All Bulletin Board tables successfully removed!<br />"; |