Changeset 329 for trunk/trax/vendor/trax
- Timestamp:
- 09/26/09 10:06:30 (2 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/active_record.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/active_record.php
r327 r329 177 177 * What environment to run in. 178 178 */ 179 public static $environment = ' production';179 public static $environment = 'development'; 180 180 181 181 /**
