Changeset 259

Show
Ignore:
Timestamp:
06/23/07 15:47:45 (1 year ago)
Author:
bermiferrer
Message:

Checking for session existence before removing DB schema cache on development mode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/development.php

    r252 r259  
    77 
    88// Forces loading database schema on every call 
    9 unset($_SESSION['__activeRecordColumnsSettingsCache'])
     9isset($_SESSION['__activeRecordColumnsSettingsCache']) ? unset($_SESSION['__activeRecordColumnsSettingsCache']) : null
    1010 
    1111?>