Ignore:
Timestamp:
Jun 6, 2006 3:19:17 AM (18 years ago)
Author:
scdev
Message:

Q - Changed one more SessionCache? -> Cache, small bug fixt to Prefs, added operation help to modulemaker scripts.

File:
1 edited

Legend:

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

    r143 r151  
    3333$fv = new FormValidator();
    3434
    35 $cache =& SessionCache::getInstance();
     35$cache =& Cache::getInstance();
    3636
    3737%SORT_ORDER%
     
    250250    global $lock;
    251251    $db =& DB::getInstance();
    252     $cache =& SessionCache::getInstance();
     252    $cache =& Cache::getInstance();
    253253   
    254254    $lock->select('%DB_TBL%', '%PRIMARY_KEY%', $id);
     
    285285    global $auth;
    286286    $db =& DB::getInstance();
    287     $cache =& SessionCache::getInstance();
     287    $cache =& Cache::getInstance();
    288288   
    289289    // Break the cache because we are changing the list data.
     
    306306    global $auth, $lock;
    307307    $app =& App::getInstance();
    308     $cache =& SessionCache::getInstance();
     308    $cache =& Cache::getInstance();
    309309   
    310310    $lock->select('%DB_TBL%', '%PRIMARY_KEY%', $frm['%PRIMARY_KEY%']);
     
    334334    $db =& DB::getInstance();
    335335    $prefs =& Prefs::getInstance();
    336     $cache =& SessionCache::getInstance();
     336    $cache =& Cache::getInstance();
    337337   
    338338    $where_clause = '';
     
    411411{
    412412    $db =& DB::getInstance();
    413     $cache =& SessionCache::getInstance();
     413    $cache =& Cache::getInstance();
    414414   
    415415    if (!is_array($ranks)) {
Note: See TracChangeset for help on using the changeset viewer.