From 7fce21611e99ab3ef0772459d9062cb65656122f Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 31 Jan 2010 14:56:43 -0500 Subject: [PATCH] wrapping, update phpdoc --- framework/Prefs/lib/Horde/Prefs/Ui.php | 3 +-- horde/config/prefs.php.dist | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/framework/Prefs/lib/Horde/Prefs/Ui.php b/framework/Prefs/lib/Horde/Prefs/Ui.php index cad2301d2..ce4c90c87 100644 --- a/framework/Prefs/lib/Horde/Prefs/Ui.php +++ b/framework/Prefs/lib/Horde/Prefs/Ui.php @@ -78,8 +78,7 @@ class Horde_Prefs_Ui * * @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; diff --git a/horde/config/prefs.php.dist b/horde/config/prefs.php.dist index 317aace59..fd053d3c9 100644 --- a/horde/config/prefs.php.dist +++ b/horde/config/prefs.php.dist @@ -57,7 +57,7 @@ * 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. -- 2.11.0