|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-02-01 03:41 UTC] mj@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jun 21 02:00:01 2026 UTC |
Hello, I get this error back under "error_reporting (E_ALL);": Notice: Undefined index: outputs_table_tpl_handle in [...]/class_template.php on line 359 The Line 359 is: [...] function getVar($varname) { if (!is_array($varname)) { return $this->_varVals[$varname]; // THE LINE 359 } else { reset($varname); while (list($k, $v) = each($varname)) { $result[$k] = $this->_varVals[$k]; } return $result; } } [...] Please Fix this Bug, Thanks.