Ignore:
Timestamp:
May 3, 2014 11:09:03 PM (10 years ago)
Author:
anonymous
Message:

Convert tabs to spaces, and lineendings to LF in all files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/admins.php

    r468 r479  
    280280    global $auth;
    281281    global $lock;
    282     $app =& App::getInstance();
    283     $db =& DB::getInstance();
     282    $app =& App::getInstance();
     283    $db =& DB::getInstance();
    284284
    285285    $lock->select($auth->getParam('db_table'), $auth->getParam('db_primary_key'), $id);
     
    339339    global $lock;
    340340    global $cache;
    341     $app =& App::getInstance();
    342     $db =& DB::getInstance();
     341    $app =& App::getInstance();
     342    $db =& DB::getInstance();
    343343
    344344    $lock->select($auth->getParam('db_table'), $auth->getParam('db_primary_key'), $id);
     
    385385    global $auth;
    386386    global $cache;
    387     $app =& App::getInstance();
    388     $db =& DB::getInstance();
     387    $app =& App::getInstance();
     388    $db =& DB::getInstance();
    389389
    390390    // Remove any stale cached list data.
     
    428428    global $lock;
    429429    global $cache;
    430     $app =& App::getInstance();
    431     $db =& DB::getInstance();
     430    $app =& App::getInstance();
     431    $db =& DB::getInstance();
    432432
    433433    $lock->select($auth->getParam('db_table'), $auth->getParam('db_primary_key'), $frm['admin_id']);
     
    474474    global $cache;
    475475    global $auth;
    476     $db =& DB::getInstance();
     476    $db =& DB::getInstance();
    477477
    478478    $where_clause = '';
Note: See TracChangeset for help on using the changeset viewer.