changeset 582 | a38876c0793c |
parent 581 | 5e8fd89c02ea |
child 592 | 27377179fe58 |
--- a/includes/functions.php Sun Jun 22 18:13:59 2008 -0400 +++ b/includes/functions.php Tue Jun 24 23:37:23 2008 -0400 @@ -3053,8 +3053,8 @@ for ( $i = 0; $i < count($jscript[0]); $i++ ) { $js =& $jscript[2][$i]; - - // echo('<pre>' . "-----------------------------------------------------------------------------\n" . htmlspecialchars($js) . '</pre>'); + if ( empty($js) ) + continue; $js = $jsc->getClean($js);