This commit is contained in:
Romain Neutron
2014-02-11 16:27:47 +01:00
parent e4ce070cde
commit 76048709ee
5 changed files with 5 additions and 5 deletions

View File

@@ -771,7 +771,7 @@ class module_report
* array( 'field' =>
* array('title of the colum', '1 = order ON / 0 = order OFF',
* '1 = bound ON / 0 = bound OFF')
* @example $tab = array('user' => array('user list', 1, 0),
* @example $tab = array('user' => array('user list', 1, 0),
* 'id' => array(user id, 0, 0)); etc ..
* @return void
*/