Changeset 309

Show
Ignore:
Timestamp:
03/25/09 13:11:45 (3 years ago)
Author:
john
Message:

updating console

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/data/script/console.php

    r253 r309  
    5252require_once(dirname(dirname(__FILE__)) . "/config/environment.php"); 
    5353 
    54 // Make sure the TRAX_ENV index is set 
    55 ActiveRecord::$active_connections[TRAX_ENV] = null; 
    56  
    5754echo "Loading Trax ".TRAX_ENV." environment.\n"; 
    5855include("php_shell.php");