[imc-sf-coders] CVS update of sf-active/sf-active/install
(db_patch.php)
Bart M
pseudopunk at codecoop.org
Tue Dec 27 11:45:08 PST 2005
Date: Tuesday, December 27, 2005 @ 20:45:08
Author: pseudopunk
Path: /cvsroot/sf-active/sf-active/sf-active/install
Modified: db_patch.php
corrected a small type that prevented the whole thing to work :-)
Index: sf-active/sf-active/install/db_patch.php
diff -u sf-active/sf-active/install/db_patch.php:1.3 sf-active/sf-active/install/db_patch.php:1.4
--- sf-active/sf-active/install/db_patch.php:1.3 Sun Sep 11 04:05:41 2005
+++ sf-active/sf-active/install/db_patch.php Tue Dec 27 20:45:08 2005
@@ -24,7 +24,7 @@
$mysql_path = 'mysql';
-if (file_exists($patch_dir . '/' . 'mainfest.inc')) {
+if (file_exists($patch_dir . '/' . 'manifest.inc')) {
include($patch_dir . '/' . 'manifest.inc');
} else {
die("\r\nThe directory supplied does not appear to contain a manifest!\r\n" . $usage_text);
More information about the imc-sf-coders
mailing list