mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Fix IDE warnings
This commit is contained in:
parent
630f4558d9
commit
b0d2c7fb00
@ -471,7 +471,7 @@ class timesheet_ui extends timesheet_bo
|
|||||||
* @param array &$query
|
* @param array &$query
|
||||||
* @param array &$rows returned rows/cups
|
* @param array &$rows returned rows/cups
|
||||||
* @param array &$readonlys eg. to disable buttons based on acl
|
* @param array &$readonlys eg. to disable buttons based on acl
|
||||||
* @param boolean $id_only=false if true only return (via $rows) an array of contact-ids, dont save state to session
|
* @param boolean $id_only if true only return (via $rows) an array of contact-ids, dont save state to session
|
||||||
* @return int total number of contacts matching the selection
|
* @return int total number of contacts matching the selection
|
||||||
*/
|
*/
|
||||||
function get_rows(&$query_in,&$rows,&$readonlys,$id_only=false)
|
function get_rows(&$query_in,&$rows,&$readonlys,$id_only=false)
|
||||||
@ -794,8 +794,8 @@ class timesheet_ui extends timesheet_bo
|
|||||||
/**
|
/**
|
||||||
* List timesheet entries
|
* List timesheet entries
|
||||||
*
|
*
|
||||||
* @param array $content=null
|
* @param array $content
|
||||||
* @param string $msg=''
|
* @param string $msg
|
||||||
*/
|
*/
|
||||||
function index($content = null,$msg='')
|
function index($content = null,$msg='')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user