Changeset 156


Ignore:
Timestamp:
Jun 9, 2006 8:26:27 PM (18 years ago)
Author:
scdev
Message:

Q - Renamed tags/2.0 to 2.0.0 to indicate 2.0 "release", branched tags/2.0.1 to branches/2.0 to function as maintainanse branch for 2.0.* releases

Files:
1 edited
3 copied
1 moved

Legend:

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

    r146 r156  
    290290            return true;
    291291        } else {
    292             $app->logMsg(sprintf('nonexistent DB table: %s.%s', $this->getParam('db_name'), $table), LOG_ALERT, __FILE__, __LINE__);
     292            $app->logMsg(sprintf('Nonexistent DB table: %s.%s', $this->getParam('db_name'), $table), LOG_ALERT, __FILE__, __LINE__);
    293293            return false;
    294294        }
Note: See TracChangeset for help on using the changeset viewer.