Changeset 24526 for trunk/admin


Ignore:
Timestamp:
Sep 18, 2013, 11:29:44 PM (11 years ago)
Author:
ddtddt
Message:

[trunk] - bug l'indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager_global.php

    r24525 r24526  
    122122  if ('del_tags' == $action)
    123123  {
    124     if (isset($_POST['del_tags']) and count($_POST['del_tags']) > 0)
    125     {
     124     if (isset($_POST['del_tags']) and count($_POST['del_tags']) > 0)
     125     {
    126126    $query = '
    127127DELETE
     
    132132    pwg_query($query);
    133133    }
    134         else
    135         {
    136         array_push($page['errors'], l10n('Select at least one tag'));
    137         }
     134     else
     135     {
     136      array_push($page['errors'], l10n('Select at least one tag'));
     137     }
    138138  }
    139139
Note: See TracChangeset for help on using the changeset viewer.