View Issue Details

IDProjectCategoryView StatusLast Update
0011083mantisbtcode cleanuppublic2010-04-23 23:22
Reporterthobleone_oleco_net Assigned Tojreese  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Version1.1.8 
Summary0011083: config_defaults_inc.php no closing php statement
Description

Although it oviously throws no errors it is cleaner to end the ?> php end of script syntax to the end of the config_defaults_ind.php file.

TagsNo tags attached.

Activities

thraxisp

thraxisp

2009-10-26 13:48

reporter   ~0023353

This used to be the case with most files. In this case, it is usually a BAD idea to add the closing ?>. If there is additional blank space after the closing marker, it is emitted on every page causing numerous errors.

See http://php.net/manual/en/language.basic-syntax.instruction-separation.php