X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Feventz%2Fconfigure_bookmarks.inc;fp=wwwroot%2Finc%2Feventz%2Fconfigure_bookmarks.inc;h=0000000000000000000000000000000000000000;hb=4cea789e34d85461c00f05824d27b2aa44ce85e5;hp=f1d5c19b6136b68b40bcf598b75c5b8bca2fb779;hpb=8a150fd34944fedcf404b3d12c46b22ace30a278;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/eventz/configure_bookmarks.inc b/wwwroot/inc/eventz/configure_bookmarks.inc deleted file mode 100644 index f1d5c19..0000000 --- a/wwwroot/inc/eventz/configure_bookmarks.inc +++ /dev/null @@ -1,11 +0,0 @@ -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'"); - } - - } -?>