From fc3cd66df9588dd601592f5d7c0179914664a2de Mon Sep 17 00:00:00 2001 From: "Jehan-Guillaume (ioguix) de Rorthais" Date: Fri, 8 Jun 2012 23:16:33 +0200 Subject: [PATCH] Fix wrong comment --- classes/Gui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Gui.php b/classes/Gui.php index 859f30a6..e0c085bb 100755 --- a/classes/Gui.php +++ b/classes/Gui.php @@ -12,7 +12,7 @@ function GUI () {} /** - * Finds a particular report + * Prints a combox box * @param $arrOptions associative array storing options and values of combo should be Option => Value * @param $szName string to specify the name of the form element * @param (optional) $bBlankEntry bool to specify whether or not we want a blank selection -- 2.39.5