From 3efc06683a7f7183cbf6a577f97dacc63ddc5208 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 13 Jan 2007 03:28:25 +0000 Subject: [PATCH] Removed rogue print_object -- how did it get there? MDL-8170 --- install.php | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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"; -} - - //==========================================================================// -- 2.39.5