Update of /cvsroot/phpwsbb/phpwsbb/boost
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20716/boost
Modified Files:
update.php
Log Message:
Only reason updates worked was because I _really_ suck.
Index: update.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/boost/update.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** update.php 11 Aug 2004 02:10:24 -0000 1.32
--- update.php 11 Aug 2004 02:20:06 -0000 1.33
***************
*** 227,231 ****
if($currentVersion < "0.9.1") {
/* Create image directory */
! mkdir($GLOBALS["core"]->home_dir . "images/phpwsbb");
if (is_dir($GLOBALS["core"]->home_dir . "images/phpwsbb")) {
$content .= "phpwsBB image directory " . $GLOBALS["core"]->home_dir . "images/phpwsbb/ successfully created!<br />";
--- 227,231 ----
if($currentVersion < "0.9.1") {
/* Create image directory */
! PHPWS_File::makeDir($GLOBALS["core"]->home_dir . "images/phpwsbb");
if (is_dir($GLOBALS["core"]->home_dir . "images/phpwsbb")) {
$content .= "phpwsBB image directory " . $GLOBALS["core"]->home_dir . "images/phpwsbb/ successfully created!<br />";
|