2009-02-25 Esteban Sanchez <estebans@artica.es>
* include/functions_ui.php: Fixed typo that makes incorrect argument list in debug(). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1486 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7ecc2ac0af
commit
4ba39935c8
|
@ -1,3 +1,8 @@
|
|||
2009-02-25 Esteban Sanchez <estebans@artica.es>
|
||||
|
||||
* include/functions_ui.php: Fixed typo that makes incorrect argument
|
||||
list in debug().
|
||||
|
||||
2009-02-25 Evi Vanoost <vanooste@rcbi.rochester.edu>
|
||||
|
||||
* include/functions_reporting.php: Thanks to Esteban's functions found out
|
||||
|
|
|
@ -876,7 +876,7 @@ function debug ($var) {
|
|||
foreach ($trace['args'] as $arg) {
|
||||
echo '<li>';
|
||||
print_r ($arg);
|
||||
echo '<li>';
|
||||
echo '</li>';
|
||||
}
|
||||
echo '</ol>';
|
||||
echo '</pre>';
|
||||
|
|
Loading…
Reference in New Issue