Commit 16ea28ee by sn
2 parents 6453cb7e 3b036bf8
Showing with 3 additions and 2 deletions
......@@ -148,7 +148,8 @@ class D {
if(is_array($param_string)) {
$param_string = $param_string[0];
$print_fullobject = true;
$print_fullobject = $param_val;
}
// self::new_echo("<br>______________________<br>", $param_print, $param_force);
......@@ -183,7 +184,7 @@ class D {
);
if($print_fullobject ) {
$param_val['obj'] = $param_val;
$param_val['obj'] = $print_fullobject;
}
}
// self::new_echo("<pre>", $param_print, $param_force);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!