[trunk] - bug l'indentation

git-svn-id: http://piwigo.org/svn/trunk@24526 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt
2013-09-18 21:29:44 +00:00
parent fe8e2c9a06
commit 1a49137acc
+6 -6
View File
@@ -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)