Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / function.get_creation_by_template_id.php
index 4f8fbef9cd738c48daccebf10dc0b5d39557a897..82a4237185bf3f60c943238785b6255ce08a9887 100644 (file)
@@ -14,7 +14,7 @@
                $template_id=$_GET['action'];
                $user_id=$_SESSION['user_id'];
 
-               $q="select parent.node_name as parent_name,nodes.*,node_content.* from nodes left join node_content on (node_content.node_id=nodes.node_id) left  join nodes as parent on parent.node_id=nodes.node_parent where nodes.node_creator='$creator_id'  and
+               $q="select parent.node_name as parent_name,nodes.*  from nodes left  join nodes as parent on parent.node_id=nodes.node_parent where nodes.node_creator='$creator_id'  and
 nodes.template_id='$template_id' and
 nodes.node_system_access!='private' order by
 nodes.node_created desc LIMIT $offset,$listing_amount";
This page took 0.095388 seconds and 4 git commands to generate.