|
From: Jon O. <jon...@us...> - 2005-12-11 16:16:09
|
Update of /cvsroot/mxbb/mx_calsnails/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17790/modules/mx_calsnails/includes Modified Files: mx_common.php Log Message: adding php5 support Index: mx_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/mx_common.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_common.php 24 Oct 2005 20:13:55 -0000 1.8 --- mx_common.php 11 Dec 2005 16:16:01 -0000 1.9 *************** *** 22,25 **** --- 22,26 ---- include_once( $module_root_path . 'includes/cal_settings.' . $phpEx ); + include_once( $module_root_path . 'includes/cal_functions.' . $phpEx ); // Load language files. |