Letractively / json-template

Automatically exported from code.google.com/p/json-template
0 stars 0 forks source link

PHP Notice: in the log files #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. print JsonTemplateModule::expand($tmpl,$data);

What is the expected output? What do you see instead?
----
No Error in the log. Errors in the log.

What version of the product are you using? On what operating system?
----
HEAD version of the PHP code base, Apache2, PHP 5.3, OSX

Please provide any additional information below.
----
These two code line will remove the errors found in the log.

Line 187: if(!isset($formatter) || !$formatter){

Line 267: if(isset($this->statements[$clause])) return
$this->statements[$clause];

Original issue reported on code.google.com by capecod...@googlemail.com on 2 Feb 2010 at 7:10

GoogleCodeExporter commented 8 years ago
Steven do you want to try applying this and see if it removes errors?

Original comment by gtempacc...@yahoo.com on 5 Feb 2010 at 4:22

GoogleCodeExporter commented 8 years ago

Original comment by sroussey on 18 Feb 2010 at 2:31