aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/batch_manager_global.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php
index 24212dfa1..f4ff53ed7 100644
--- a/admin/batch_manager_global.php
+++ b/admin/batch_manager_global.php
@@ -121,8 +121,8 @@ DELETE
if ('del_tags' == $action)
{
- if (isset($_POST['del_tags']) and count($_POST['del_tags']) > 0)
- {
+ if (isset($_POST['del_tags']) and count($_POST['del_tags']) > 0)
+ {
$query = '
DELETE
FROM '.IMAGE_TAG_TABLE.'
@@ -131,10 +131,10 @@ DELETE
;';
pwg_query($query);
}
- else
- {
- array_push($page['errors'], l10n('Select at least one tag'));
- }
+ else
+ {
+ array_push($page['errors'], l10n('Select at least one tag'));
+ }
}
if ('associate' == $action)