correct book cookie
This commit is contained in:
@@ -138,9 +138,10 @@ function bookmark_get($hash){
|
||||
|
||||
$bookcook = 'book_'.$hash;
|
||||
|
||||
if (isset($_COOKIE[$bookcook]))
|
||||
if (isset($_COOKIE[$bookcook])){
|
||||
echo $_COOKIE[$bookcook];
|
||||
return $_COOKIE[$bookcook];
|
||||
}
|
||||
else
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user