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