Commit 91fb10c7 by sn

kleinigkeiten

1 parent c61bba71
Showing with 2 additions and 1 deletions
......@@ -365,7 +365,7 @@ class D {
// $eqal = mcArray::compare($param_firstArray, $param_secondArray);
// $param_string .= 'equal('.$eqal.')';
D::li('<b>'.$param_string.'</b>', $param_print, $param_force);
D::li($param_string, $param_print, $param_force);
}
......@@ -423,6 +423,7 @@ class D {
} else if($unserialize = unserialize($param_Array)) {
$var_value2Array = $unserialize;
$info_toArray = '(str2unserialize)';
$param_Array = '<i title="'. htmlentities($param_Array).'">'.substr($param_Array, 0, 20).'</i>';
} else {
$var_value2Array = $param_Array;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!