getUserSubmissionChildre fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.get_last.php
index b5298a9892a383b2d30093874573a9b77dd13f43..340f2e9973d74bfe62cdb3bef107a9bd13ffb12e 100644 (file)
@@ -1,13 +1,11 @@
 <?php
 
 // Get last submissions that appeared on kyberia (all users)
-// XXX permission checking?
 
 function smarty_function_get_last($params,&$smarty) {
 
        $last=nodes::GetLast($params/*$listing_ammount,$offset,$order_by*/);
        $smarty->assign('get_last', $last);
-
-
 }
+
 ?>
This page took 0.201294 seconds and 4 git commands to generate.