Changeset 11


Ignore:
Timestamp:
Sep 12, 2005 1:58:17 AM (19 years ago)
Author:
scdev
Message:
 
Location:
trunk/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/App.inc.php

    r10 r11  
    7878       
    7979        // For classes that require db tables, do we check that a table exists and create if missing?
    80         'db_create_tables' => false,
     80        'db_create_tables' => null,
    8181
    8282        // The level of error reporting. Don't set this to 0 to suppress messages, instead use display_errors to control display.
  • trunk/lib/RecordVersion.inc.php

    r10 r11  
    338338            AND record_val = '" . addslashes($record_val) . "'
    339339            ORDER BY version_datetime DESC
    340         ");
     340        ", 1); die;///
    341341        $versions = array();
    342342        while ($row = mysql_fetch_assoc($qid)) {
Note: See TracChangeset for help on using the changeset viewer.