Fix IDE warnings

This commit is contained in:
Hadi Nategh 2014-06-12 12:39:52 +00:00
parent 630f4558d9
commit b0d2c7fb00

View File

@ -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='')
{ {