X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=inc%2Feventz%2Funbook.inc;h=6ab4b4677715a21e5bbc7c287f6816084894cab8;hb=HEAD;hp=17c76262d7aca70aa19d82ac0fc61dd0d71da8ed;hpb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/eventz/unbook.inc b/inc/eventz/unbook.inc deleted file mode 100644 index 17c7626..0000000 --- a/inc/eventz/unbook.inc +++ /dev/null @@ -1,26 +0,0 @@ -update($q); - - $q="update node_access set last_visit='',node_bookmark='no' where user_id='".$_SESSION['user_id']."' and node_id='".$node['node_id']."'"; - $result=$db->query($q); - if ($result) { - log::log('unbook','ok'); - return true; - } - else { - log::log('unbook','failed'); - $error='unbook failed'; - return false; - } - } -?> \ No newline at end of file