Removed rogue print_object -- how did it get there? MDL-8170

This commit is contained in:
moodler
2007-01-13 03:28:25 +00:00
parent 923aefe7a1
commit 3efc06683a
+3 -11
View File
@@ -662,7 +662,9 @@ if ($nextstage == SAVE) {
echo "<hr />\n";
echo "<div style=\"text-align: left\">\n";
print_object(s($str));
echo "<pre>\n";
print_r(s($str));
echo "</pre>\n";
echo "</div>\n";
}
} else {
@@ -694,16 +696,6 @@ if ($nextstage == SAVE) {
<?php
//==========================================================================//
function print_object($object) {
echo "<pre>\n";
print_r($object);
echo "</pre>\n";
}
//==========================================================================//