Remove PHP4 option in overloadable class include.

This commit is contained in:
predominant 2010-04-05 13:24:24 +10:00
parent 50a547167b
commit e05d670982

View file

@ -29,9 +29,5 @@
* Load the interface class based on the version of PHP. * Load the interface class based on the version of PHP.
* *
*/ */
if (!PHP5) {
require(LIBS . 'overloadable_php4.php');
} else {
require(LIBS . 'overloadable_php5.php'); require(LIBS . 'overloadable_php5.php');
}
?> ?>