removing constants from code
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.merge_arrays.php
index 63991f00c695eaed8abe565ee6196a8c932ff89a..e7320d2742fe0f4dab3c71e204243d97276ed326 100644 (file)
 
                $array=array_merge($array1,$array2);
 
-               /*
-               if ($_SESSION['user_id']==548) {
-                       print_r($array1);
-                       echo "LALALA";
-                       print_r($array2);
-                       echo "AAAAAA";
-                       print_r($array);
-               }
-               */
-
                if ($sort_by=='thread') {
                        $i=0;
                         for($i=0; $i<count($array); $i++){
@@ -55,9 +45,7 @@
                }
 
 
-//             if ($_SESSION['user_id']==548) print_r($array);
-
                $smarty->assign('merged',$array);
 
        }
-?>
\ No newline at end of file
+?>
This page took 0.116237 seconds and 4 git commands to generate.