Changeset 479 for trunk/bin


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.

Location:
trunk/bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/file_importer.php

    r468 r479  
    3333// $app =& App::getInstance();
    3434// $db =& DB::getInstance();
    35 //  
     35//  
    3636//
    3737// // Test arguments.
  • trunk/bin/module_maker/skel/admin.php

    r468 r479  
    234234{
    235235    global $lock;
    236     $db =& DB::getInstance();
    237     $app =& App::getInstance();
     236    $db =& DB::getInstance();
     237    $app =& App::getInstance();
    238238
    239239    $lock->select('%DB_TBL%', '%PRIMARY_KEY%', $id);
     
    276276    global $lock;
    277277    global $cache;
    278     $db =& DB::getInstance();
    279     $app =& App::getInstance();
     278    $db =& DB::getInstance();
     279    $app =& App::getInstance();
    280280
    281281    $lock->select('%DB_TBL%', '%PRIMARY_KEY%', $id);
     
    312312    global $auth;
    313313    global $cache;
    314     $db =& DB::getInstance();
    315     $app =& App::getInstance();
     314    $db =& DB::getInstance();
     315    $app =& App::getInstance();
    316316
    317317    // Remove any stale cached list data.
     
    332332function updateRecord($frm)
    333333{
    334     global $auth;
    335     global $lock;
     334    global $auth;
     335    global $lock;
    336336    global $cache;
    337     $db =& DB::getInstance();
    338     $app =& App::getInstance();
     337    $db =& DB::getInstance();
     338    $app =& App::getInstance();
    339339
    340340    $lock->select('%DB_TBL%', '%PRIMARY_KEY%', $frm['%PRIMARY_KEY%']);
     
    364364    global $tmp_prefs;
    365365    global $cache;
    366     $db =& DB::getInstance();
    367     $app =& App::getInstance();
     366    $db =& DB::getInstance();
     367    $app =& App::getInstance();
    368368
    369369    $where_clause = '';
     
    443443{
    444444    global $cache;
    445     $db =& DB::getInstance();
    446     $app =& App::getInstance();
     445    $db =& DB::getInstance();
     446    $app =& App::getInstance();
    447447
    448448    if (!is_array($ranks)) {
Note: See TracChangeset for help on using the changeset viewer.