Changeset 117 for trunk/trax/vendor/trax/action_view.php
- Timestamp:
- 01/18/06 18:45:19 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_view.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view.php
r116 r117 1 <? 1 <?php 2 2 # $Id$ 3 3 # … … 31 31 include_once(TRAX_LIB_ROOT . "/action_view/helpers/form_options_helper.php"); 32 32 include_once(TRAX_LIB_ROOT . "/action_view/helpers/date_helper.php"); 33 #include_once(TRAX_LIB_ROOT . "/action_view/helpers/text_helper.php");34 33 include_once(TRAX_LIB_ROOT . "/action_view/helpers/active_record_helper.php"); 35 34
