mcholste / elsa

Enterprise Log Search and Archive
GNU General Public License v2.0
207 stars 51 forks source link

Update QueryParser.pm #40

Closed petiepooo closed 8 years ago

petiepooo commented 8 years ago

Avoid uninitialized value errors by checking for their existence first.

Eliminates Apache2 error log entries of the form: Use of uninitialized value in localtime at /opt/elsa/web/lib/QueryParser.pm line 453. Use of uninitialized value in concatenation (.) or string at /opt/elsa/web/lib/QueryParser.pm line 233.

mcholste commented 8 years ago

Cheers