From 0c3df8a825d4e89022ef82ce1501d9a8fc322345 Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 5 Feb 2009 16:37:36 +0000 Subject: Bug fix: correct ajax multiple delete git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@252 b3834d28-1941-0410-a4f8-b48e95affb8f --- ajaxDelete.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ajaxDelete.php') diff --git a/ajaxDelete.php b/ajaxDelete.php index e40dc1a..a1119ca 100644 --- a/ajaxDelete.php +++ b/ajaxDelete.php @@ -40,6 +40,7 @@ if (!$bookmarkservice->editAllowed($bookmark)) { } else { $result = T_('Failed to delete bookmark'); } + ?> deleteConfirmed -- cgit v1.2.3