[Phplib-commit] CVS: php-lib-stable/php tpl_form.inc,1.3,1.4
Brought to you by:
nhruby,
richardarcher
From: Layne W. <lay...@us...> - 2005-02-28 15:24:43
|
Update of /cvsroot/phplib/php-lib-stable/php In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6538/php Modified Files: tpl_form.inc Log Message: add missing semicolon line 141 Index: tpl_form.inc =================================================================== RCS file: /cvsroot/phplib/php-lib-stable/php/tpl_form.inc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tpl_form.inc 19 Mar 2002 22:32:25 -0000 1.3 --- tpl_form.inc 28 Feb 2005 15:24:34 -0000 1.4 *************** *** 139,143 **** // otherwise these should be removed completely - layne_weathers global $HTTP_SERVER_VARS; ! $PHP_SELF = $HTTP_SERVER_VARS["PHP_SELF"] if (! is_object($this->form_data)) { --- 139,143 ---- // otherwise these should be removed completely - layne_weathers global $HTTP_SERVER_VARS; ! $PHP_SELF = $HTTP_SERVER_VARS["PHP_SELF"]; if (! is_object($this->form_data)) { |