Commit 3b036bf8 by vuj

keine ahnung

1 parent fd4337ff
Showing with 3 additions and 2 deletions
...@@ -148,7 +148,8 @@ class D { ...@@ -148,7 +148,8 @@ class D {
if(is_array($param_string)) { if(is_array($param_string)) {
$param_string = $param_string[0]; $param_string = $param_string[0];
$print_fullobject = true; $print_fullobject = $param_val;
} }
// self::new_echo("<br>______________________<br>", $param_print, $param_force); // self::new_echo("<br>______________________<br>", $param_print, $param_force);
...@@ -183,7 +184,7 @@ class D { ...@@ -183,7 +184,7 @@ class D {
); );
if($print_fullobject ) { if($print_fullobject ) {
$param_val['obj'] = $param_val; $param_val['obj'] = $print_fullobject;
} }
} }
// self::new_echo("<pre>", $param_print, $param_force); // 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!