Changeset 106 for trunk/trax/vendor/trax/action_view.php
- Timestamp:
- 01/01/06 21:37:32 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_view.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view.php
r99 r106 28 28 include_once(TRAX_LIB_ROOT . "/action_view/helpers/url_helper.php"); 29 29 include_once(TRAX_LIB_ROOT . "/action_view/helpers/form_helper.php"); 30 include_once(TRAX_LIB_ROOT . "/action_view/helpers/form_tag_helper.php"); 31 include_once(TRAX_LIB_ROOT . "/action_view/helpers/date_helper.php"); 30 32 #include_once(TRAX_LIB_ROOT . "/action_view/helpers/text_helper.php"); 31 #include_once(TRAX_LIB_ROOT . "/action_view/helpers/active_record_helper.php");33 include_once(TRAX_LIB_ROOT . "/action_view/helpers/active_record_helper.php"); 32 34 33 35 ?>
