Changes between Version 24 and Version 25 of Plugin_Hooks
- Timestamp:
- Jul 19, 2009 1:10:39 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugin_Hooks
v24 v25 120 120 === write_log === 121 121 122 Triggered every time a message is sent to the logs. 122 Triggered every time a message is sent to the logs.[[BR]] 123 Setting the {{{abort}}} field to true finishes log action before writing to file. 123 124 124 125 ''Arguments:'' … … 129 130 * name 130 131 * line 132 * abort 131 133 132 134 … … 232 234 ''Return values:'' 233 235 * status: ''True if the file was successfully stored (required)'' 234 * error: ''Error message in case a plugin rejects the upload and sets the abortflag''236 * error: ''Error message in case a plugin rejects the upload and sets the {{{abort}}} flag'' 235 237 * id: ''The unique ID of the file to get retrieve it later on (required)'' 236 238 * name 237 239 * mimetype 238 240 * abort 239 241 240 242 === save_attachment ===
