From: moodler Date: Sat, 13 Jan 2007 03:28:25 +0000 (+0000) Subject: Removed rogue print_object -- how did it get there? MDL-8170 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3efc06683a7f7183cbf6a577f97dacc63ddc5208;p=moodle.git Removed rogue print_object -- how did it get there? MDL-8170 --- diff --git a/install.php b/install.php index f07eec1db8..c7109d83bb 100644 --- a/install.php +++ b/install.php @@ -662,7 +662,9 @@ if ($nextstage == SAVE) { echo "
\n"; echo "
\n"; - print_object(s($str)); + echo "
\n";
+        print_r(s($str));
+        echo "
\n"; echo "
\n"; } } else { @@ -694,16 +696,6 @@ if ($nextstage == SAVE) { \n"; - print_r($object); - echo "\n"; -} - - //==========================================================================//