mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
[trunk] - bug l'indentation
git-svn-id: http://piwigo.org/svn/trunk@24526 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user