|
|
|
Issue Links:
|
Relates
|
|
|
|
This issue has been marked as being related by:
|
|
|
MDL-17754 Session improvements and related rewrites
|
|
|
|
|
|
|
| Participants: |
Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
03/Jan/09
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
|
handling of CLI scripts is very chaotic at the moment - some of them abut FULLME=='cron', other pollute the codebase with tons of IFs, etc...
Solution:
* in setup.php define CLI_SCRIPT=true|false
* replace FULLME hacks with if (CLI_SCRIPT)
|
|
Description
|
handling of CLI scripts is very chaotic at the moment - some of them abut FULLME=='cron', other pollute the codebase with tons of IFs, etc...
Solution:
* in setup.php define CLI_SCRIPT=true|false
* replace FULLME hacks with if (CLI_SCRIPT) |
Show » |
made changes - 03/Jan/09 11:28 PM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 03/Jan/09 11:30 PM
|
Link
|
|
This issue has been marked as being related by MDL-17754
[ MDL-17754
]
|
|