From: Michael J. Rubinsky Date: Sun, 31 Jan 2010 19:56:43 +0000 (-0500) Subject: wrapping, update phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7fce21611e99ab3ef0772459d9062cb65656122f;p=horde.git wrapping, update phpdoc --- 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.