includes/functions.php
changeset 227 0eca1498a77b
parent 221 e5302cb1945c
parent 207 861807631f70
child 228 b0a4d179be85
--- a/includes/functions.php	Sat Nov 03 07:20:32 2007 -0400
+++ b/includes/functions.php	Sat Nov 03 07:30:11 2007 -0400
@@ -2827,6 +2827,8 @@
   {
     $js =& $jscript[2][$i];
     
+    // echo('<pre>' . "-----------------------------------------------------------------------------\n" . htmlspecialchars($js) . '</pre>');
+    
     // for line optimization, explode it
     $particles = explode("\n", $js);