View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011083 | mantisbt | code cleanup | public | 2009-10-26 13:29 | 2010-04-23 23:22 |
| Reporter | thobleone_oleco_net | Assigned To | jreese | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.1.8 | ||||
| Summary | 0011083: 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. | ||||
| Tags | No tags attached. | ||||
|
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 |
|