|
From: FlorinCB <ory...@us...> - 2008-09-15 16:49:53
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3372/includes Modified Files: mx_functions_tools.php Log Message: ??? Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** mx_functions_tools.php 15 Jul 2008 22:02:45 -0000 1.40 --- mx_functions_tools.php 15 Sep 2008 23:49:47 -0000 1.41 *************** *** 2268,2272 **** global $phpEx; ! $file = '<?php $this->vars=' . $this->format_array( $this->vars ) . ";\n\$this->vars_ts=" . $this->format_array( $this->vars_ts ) . ' ?>'; if ( $fp = @fopen( $this->cache_dir . 'data_global.' . $phpEx, 'wb' ) ) --- 2268,2272 ---- global $phpEx; ! $file = '<?php $this->vars=' . @$this->format_array( $this->vars ) . ";\n\$this->vars_ts=" . @$this->format_array( $this->vars_ts ) . ' ?>'; if ( $fp = @fopen( $this->cache_dir . 'data_global.' . $phpEx, 'wb' ) ) |