From b0d2c7fb007f4b474366562b85f7fab79eaf5f9d Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 12 Jun 2014 12:39:52 +0000 Subject: [PATCH] Fix IDE warnings --- timesheet/inc/class.timesheet_ui.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/timesheet/inc/class.timesheet_ui.inc.php b/timesheet/inc/class.timesheet_ui.inc.php index 6866f0aeb7..416c97d348 100644 --- a/timesheet/inc/class.timesheet_ui.inc.php +++ b/timesheet/inc/class.timesheet_ui.inc.php @@ -471,7 +471,7 @@ class timesheet_ui extends timesheet_bo * @param array &$query * @param array &$rows returned rows/cups * @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 */ function get_rows(&$query_in,&$rows,&$readonlys,$id_only=false) @@ -794,8 +794,8 @@ class timesheet_ui extends timesheet_bo /** * List timesheet entries * - * @param array $content=null - * @param string $msg='' + * @param array $content + * @param string $msg */ function index($content = null,$msg='') {