Ignore:
Timestamp:
Jan 24, 2014, 1:50:48 PM (11 years ago)
Author:
mistic100
Message:

feature 2999; docblocks for history, install and metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_history.inc.php

    r26461 r26946  
    2222// +-----------------------------------------------------------------------+
    2323
     24/**
     25 * @package functions\admin\history
     26 */
     27
     28
    2429include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
    2530
     31/**
     32 * Init tabsheet for history pages
     33 * @ignore
     34 */
    2635function history_tabsheet()
    2736{
     
    3544}
    3645
     46/**
     47 * Callback used to sort history entries
     48 */
    3749function history_compare($a, $b)
    3850{
     
    4052}
    4153
     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 */
    4262function get_history($data, $search, $types)
    4363{
Note: See TracChangeset for help on using the changeset viewer.