Removing duplicates
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / function.get_bookmark_statistics.php
diff --git a/inc/smarty/node_methodz/function.get_bookmark_statistics.php b/inc/smarty/node_methodz/function.get_bookmark_statistics.php
deleted file mode 100644 (file)
index 9119ec9..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-        function smarty_function_get_bookmark_statistics($brawco,&$smarty) {
-               global $db, $error, $node;
-               $node_handle=$node['node_id'];
-
-               $q="select node_access.*,users.login,users.user_action from node_access left join users on node_access.user_id=users.user_id where node_id='$node_handle' and node_bookmark='yes' order by node_user_subchild_count";
-
-               $result=$db->query($q);
-
-               while ($result->next()) {
-                       $bs_array[]=$result->getRecord();
-               }
-
-               $smarty->assign('get_bookmark_statistics',$bs_array);
-        }
-
-?>
\ No newline at end of file
This page took 0.115347 seconds and 4 git commands to generate.