*
* @return boolean Whether preferences have been updated.
*/
- static public function handleForm($group, $save, $app, $prefGroups,
- $_prefs)
+ static public function handleForm($group, $save, $app, $prefGroups, $_prefs)
{
global $notification, $prefs, $registry;
* number; syntaxcheck is performed after data entry.
* password: Provides a textbox for password entry.
* select: Provides a selection list in the UI that is built in
- * lib/prefs.php.
+ * lib/Application.php
* special: Provides an UI widget.
* text: Provides a single-line textbox.
* textarea: Provides a multi-line textbox.