Issue Details (XML | Word | Printable)

Key: MDL-15267
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: Petr Skoda
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

PHP5 strict mode - META

Created: 16/Jun/08 11:04 PM   Updated: 16/Jun/08 11:04 PM
Return to search
Component/s: General
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Petr Skoda
Security Level: None
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
Ideally all code in HEAD should be without PHP5 strict warnings:
* all ubjects must be instantiated properly - undefine($neobject) not allowed
* private, public or protected instead of var
* etc.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda committed 1 file to 'Moodle CVS' - 01/Sep/08 06:23 AM
MDL-15267 PHP5 strict object warning, whitespace fixes
MODIFY config-dist.php   Rev. 1.109    (+20 -19 lines)