diff --git a/import.php b/import.php index bf5725526..a1743e3a3 100644 --- a/import.php +++ b/import.php @@ -132,6 +132,7 @@ $bookmark_created = FALSE; // Bookmark Support: get a query back from bookmark if required if (!empty($id_bookmark)) { + $id_bookmark = (int)$id_bookmark; require_once './libraries/bookmark.lib.php'; switch ($action_bookmark) { case 0: // bookmarked query that have to be run