Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / function.getCreationByTemplateId.php
index 763f5377ddd81b7312782f2ceae0f4361310ddcf..ff0bb5d5b8ce5dfec60e3f21fd6b4be5bdd7819c 100644 (file)
@@ -20,8 +20,7 @@
                $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)
+               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
This page took 0.096186 seconds and 4 git commands to generate.