Changes between Version 24 and Version 25 of Plugin_Hooks


Ignore:
Timestamp:
Jul 19, 2009 1:10:39 PM (4 years ago)
Author:
alec
Comment:

describe 'write_log' abort flag

Legend:

Unmodified
Added
Removed
Modified
  • Plugin_Hooks

    v24 v25  
    120120=== write_log === 
    121121 
    122 Triggered every time a message is sent to the logs. 
     122Triggered every time a message is sent to the logs.[[BR]] 
     123Setting the {{{abort}}} field to true finishes log action before writing to file. 
    123124 
    124125''Arguments:'' 
     
    129130  * name 
    130131  * line 
     132  * abort 
    131133 
    132134 
     
    232234''Return values:'' 
    233235  * status: ''True if the file was successfully stored (required)'' 
    234   * error: ''Error message in case a plugin rejects the upload and sets the abort flag'' 
     236  * error: ''Error message in case a plugin rejects the upload and sets the {{{abort}}} flag'' 
    235237  * id: ''The unique ID of the file to get retrieve it later on (required)'' 
    236238  * name 
    237239  * mimetype 
    238  
     240  * abort 
    239241 
    240242=== save_attachment ===