Ignore:
Timestamp:
May 20, 2006 2:12:12 AM (18 years ago)
Author:
scdev
Message:

Q - making codebase 2 work with php5. Rewrote ImageThumb? class to work with GD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/SortOrder.inc.php

    r111 r119  
    33 * SortOrder.inc.php
    44 * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    5  */
    6 
    7 /**
     5 *
    86 * SortOrder can determing how to sort results of a database query for display
    97 * on a listing. It can print column headers that will be links to
    108 * automatically change the sort and order.
    119 *
    12  * @requires    This class requires App.inc.php
    13  * @requires    This class requires Utilities.inc.php
    1410 * @requires    This class requires Prefs.inc.php
    1511 *
    1612 * @author  Quinn Comendant <quinn@strangecode.com>
    17  * @version 1.6.1
     13 * @version 1.6.2
    1814 */
    19 require_once dirname(__FILE__) . '/App.inc.php';
    20 require_once dirname(__FILE__) . '/Utilities.inc.php';
    2115require_once dirname(__FILE__) . '/Prefs.inc.php';
    2216
Note: See TracChangeset for help on using the changeset viewer.