verify fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / get_templates.inc
index 1279691188301764162518c31c5d634655471139..391bf75e4650a6efcf3654d30124e1422a67379c 100644 (file)
@@ -6,18 +6,13 @@ if(mysql_num_rows($q)) {
 $count = mysql_num_rows($q);
 
 while($res = mysql_fetch_object($q)) {
-$content = mysql_fetch_object(mysql_query("select * from `node_content` where `node_id` = '{$res->node_id}'"));
-print $res->node_id;
-print ">>>";
-print $content->node_content;
-print "<br>";
-
-
-
-
+       $content = mysql_fetch_object(mysql_query("select * from `node_content` where `node_id` = '{$res->node_id}'"));
+       print $res->node_id;
+       print ">>>";
+       print $content->node_content;
+       print "<br>";
 }
 }
-
 }
 
-?>
\ No newline at end of file
+?>
This page took 0.133154 seconds and 4 git commands to generate.