Changeset 26946 for trunk/admin/include/functions_history.inc.php
- Timestamp:
- Jan 24, 2014, 1:50:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions_history.inc.php
r26461 r26946 22 22 // +-----------------------------------------------------------------------+ 23 23 24 /** 25 * @package functions\admin\history 26 */ 27 28 24 29 include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php'); 25 30 31 /** 32 * Init tabsheet for history pages 33 * @ignore 34 */ 26 35 function history_tabsheet() 27 36 { … … 35 44 } 36 45 46 /** 47 * Callback used to sort history entries 48 */ 37 49 function history_compare($a, $b) 38 50 { … … 40 52 } 41 53 54 /** 55 * Perform history search. 56 * 57 * @param array $data - used in trigger_change 58 * @param array $search 59 * @param string[] $types 60 * @param array 61 */ 42 62 function get_history($data, $search, $types) 43 63 {
Note: See TracChangeset
for help on using the changeset viewer.