diff --git a/trunk/includes/functions.php b/trunk/includes/functions.php index dde6dc06..59e00e1f 100644 --- a/trunk/includes/functions.php +++ b/trunk/includes/functions.php @@ -227,9 +227,9 @@ function LSdebug($data,$dump=false) { return true; } -function LSdebug_print($return=false) { +function LSdebug_print($return=false,$ul=true) { if (( $GLOBALS['LSdebug_fields'] ) && (LSdebug)) { - $txt=''; $GLOBALS['Smarty'] -> assign('LSdebug',$txt); if ($return) { return $txt;