- Timestamp:
- 2013/06/08 16:35:27 (13 years ago)
- Location:
- branches/version-2_13-dev/data/class_extends/util_extends
- Files:
-
- 2 edited
-
GC_Utils_Ex.php (modified) (2 diffs)
-
SC_Utils_Ex.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class_extends/util_extends/GC_Utils_Ex.php
r22567 r22856 22 22 */ 23 23 24 // {{{ requires25 24 require_once CLASS_REALDIR . 'util/GC_Utils.php'; 26 25 … … 34 33 * @version $Id$ 35 34 */ 36 class GC_Utils_Ex extends GC_Utils 35 class GC_Utils_Ex extends GC_Utils 37 36 { 38 37 } -
branches/version-2_13-dev/data/class_extends/util_extends/SC_Utils_Ex.php
r22567 r22856 22 22 */ 23 23 24 // {{{ requires25 24 require_once CLASS_REALDIR . 'util/SC_Utils.php'; 26 25 … … 34 33 * @version $Id$ 35 34 */ 36 class SC_Utils_Ex extends SC_Utils 35 class SC_Utils_Ex extends SC_Utils 37 36 { 38 37 }
Note: See TracChangeset
for help on using the changeset viewer.
