[phpMP-CVS] CVS: phpMP/includes mpcode.php,1.9,1.10
Status: Pre-Alpha
Brought to you by:
heimidal
From: Gordon P. H. <gph...@us...> - 2003-06-29 21:32:27
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv5048/includes Modified Files: mpcode.php Log Message: Another long-lost PHPMP_ROOT variable turned into C_PHPMP_ROOT. - GPHemsley Index: mpcode.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/mpcode.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** mpcode.php 29 Jun 2003 08:19:55 -0000 1.9 --- mpcode.php 29 Jun 2003 21:32:25 -0000 1.10 *************** *** 47,51 **** // This may not be the best way, but it works function _replace($string) { ! include (PHPMP_ROOT . "includes/mpcode_arrays.php"); foreach ($mpcode as $key => $code) { --- 47,51 ---- // This may not be the best way, but it works function _replace($string) { ! include (C_PHPMP_ROOT . "includes/mpcode_arrays.php"); foreach ($mpcode as $key => $code) { |