From: Don S. <ri...@us...> - 2004-09-15 02:19:18
|
Update of /cvsroot/phpwsbb/phpwsbb/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22425/boost Modified Files: uninstall.php Log Message: PHPWS_HOME_DIR has been deprecated Index: uninstall.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/boost/uninstall.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** uninstall.php 13 Sep 2004 21:41:54 -0000 1.12 --- uninstall.php 15 Sep 2004 02:19:07 -0000 1.13 *************** *** 53,57 **** // Remove image dir ! PHPWS_File::rmdir(PHPWS_HOME_DIR . 'images/phpwsbb/'); } else { --- 53,57 ---- // Remove image dir ! PHPWS_File::rmdir($GLOBALS['core']->home_dir . 'images/phpwsbb/'); } else { |