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:
esanchezm 2009-02-25 15:15:14 +00:00
parent 7ecc2ac0af
commit 4ba39935c8
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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>';