Removing duplicates
[mirrors/Kyberia-bloodline.git] / inc / eventz / configure_bookmarks.inc
diff --git a/inc/eventz/configure_bookmarks.inc b/inc/eventz/configure_bookmarks.inc
deleted file mode 100644 (file)
index f1d5c19..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-       function configure_bookmarks() {
-               global $db,$error,$node;
-               $node_id=$node['node_id'];
-               $db->query("update node_access set bookmark_category=0 where user_id='".$_SESSION['user_id']."' and bookmark_category='$node_id'");
-               foreach($_POST['bookmark'] as $key =>$value) {
-                       $db->query("update node_access set bookmark_category='$node_id' where user_id='".$_SESSION['user_id']."' and node_id='$key'");
-               }
-
-       }
-?>
This page took 0.129566 seconds and 4 git commands to generate.