[phpMP-CVS] CVS: phpMP/includes core.php,1.21,1.22
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-11-05 22:26:21
|
Update of /cvsroot/phpmp/phpMP/includes In directory usw-pr-cvs1:/tmp/cvs-serv26308 Modified Files: core.php Log Message: Stupid backward mistake in expode() Index: core.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/core.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** core.php 5 Nov 2002 22:11:06 -0000 1.21 --- core.php 5 Nov 2002 22:26:19 -0000 1.22 *************** *** 31,35 **** { ! $required_array = explode( $required_files, '' ); $required_array[] = 'debug'; --- 31,35 ---- { ! $required_array = explode( '', $required_files ); $required_array[] = 'debug'; |