View | Details | Raw Unified | Return to bug 21190
Collapse All | Expand All

(-)a/C4/Log.pm (-2 / +1 lines)
Lines 122-128 sub cronlogaction { Link Here
122
122
123
=item GetLogs
123
=item GetLogs
124
124
125
$logs = GetLogs($datefrom,$dateto,$user,\@modules,$action,$object,$info);
125
$logs = GetLogs($datefrom,$dateto,$user,\@modules,$action,$object,$info,$interfaces);
126
126
127
Return:
127
Return:
128
C<$logs> is a ref to a hash which contains all columns from action_logs
128
C<$logs> is a ref to a hash which contains all columns from action_logs
129
- 

Return to bug 21190