X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Feventz%2Fget_templates.inc;h=391bf75e4650a6efcf3654d30124e1422a67379c;hb=a726dd1c428140adabc2951e5910c5425163d7c1;hp=1279691188301764162518c31c5d634655471139;hpb=51ff32267c4949bad6a8dddc502cbc01ed56edc8;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/eventz/get_templates.inc b/wwwroot/inc/eventz/get_templates.inc index 1279691..391bf75 100644 --- a/wwwroot/inc/eventz/get_templates.inc +++ b/wwwroot/inc/eventz/get_templates.inc @@ -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 "
"; - - - - + $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 "
"; } } - } -?> \ No newline at end of file +?>