Changeset 558 for trunk/bin


Ignore:
Timestamp:
Dec 30, 2015 5:11:44 AM (8 years ago)
Author:
anonymous
Message:

Minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/module_maker/skel/admin.php

    r500 r558  
    233233function &editRecordForm($id)
    234234{
    235     global $lock;
     235    global $lock, $locally_carried_queries;
    236236    $db =& DB::getInstance();
    237237    $app =& App::getInstance();
     
    274274function deleteRecord($id)
    275275{
    276     global $lock;
    277     global $cache;
     276    global $lock, $cache, $locally_carried_queries;
    278277    $db =& DB::getInstance();
    279278    $app =& App::getInstance();
Note: See TracChangeset for help on using the changeset viewer.