Changeset 2700 for trunk/upgrade.php


Ignore:
Timestamp:
Oct 10, 2008, 3:11:31 PM (16 years ago)
Author:
rvelices
Message:
  • replace a preg_match with simple comparison (faster)
  • try to get rid of some JS strict warnings in FF (hope it's fixed)
  • template.class.php is included from functions.inc.php instead of common,upgrade,install (maybe later I will try to see the perf impact of compacting/compiling functions.inc.php together with the included files from itself)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upgrade.php

    r2512 r2700  
    2727include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
    2828include_once(PHPWG_ROOT_PATH.'admin/include/functions_upgrade.php');
    29 include(PHPWG_ROOT_PATH.'include/template.class.php');
    3029
    3130include(PHPWG_ROOT_PATH.'include/mysql.inc.php');
Note: See TracChangeset for help on using the changeset viewer.