Changeset 303 for trunk/trax/vendor
- Timestamp:
- 08/05/08 23:04:28 (4 years ago)
- Location:
- trunk/trax/vendor/trax
- Files:
-
- 2 modified
-
inflector.php (modified) (1 diff)
-
trax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/inflector.php
r276 r303 30 30 31 31 32 include_once( TRAX_LIB_ROOT . "/inflections.php");32 include_once("inflections.php"); 33 33 34 34 /** -
trunk/trax/vendor/trax/trax.php
r301 r303 37 37 const 38 38 MAJOR = 0, 39 MINOR = 1 4,40 TINY = 1;39 MINOR = 15, 40 TINY = 0; 41 41 42 42 public static
