From a15fd27e8adc18367d358c06e39343e0c34ed1e0 Mon Sep 17 00:00:00 2001 From: mensonge Date: Mon, 16 Feb 2009 09:49:51 +0000 Subject: Bug fix: correct bug in copy (for some servers configuration) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@275 b3834d28-1941-0410-a4f8-b48e95affb8f --- services/bookmark2tagservice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/bookmark2tagservice.php') diff --git a/services/bookmark2tagservice.php b/services/bookmark2tagservice.php index d09aee2..257db15 100644 --- a/services/bookmark2tagservice.php +++ b/services/bookmark2tagservice.php @@ -203,7 +203,7 @@ class Bookmark2TagService { } function &getTagsForBookmark($bookmarkid) { - if (!is_int($bookmarkid)) { + if (!is_numeric($bookmarkid)) { message_die(GENERAL_ERROR, 'Could not get tags (invalid bookmarkid)', '', __LINE__, __FILE__, $query); return false; } -- cgit v1.2.3