psql db schema test
[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 a23af3b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-/* This program is free software. It comes without any warranty, to
- * the extent permitted by applicable law. You can redistribute it
- * and/or modify it under the terms of the Do What The Fuck You Want
- * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
-
-       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.091121 seconds and 4 git commands to generate.