wrapping, update phpdoc
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 31 Jan 2010 19:56:43 +0000 (14:56 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 31 Jan 2010 19:56:43 +0000 (14:56 -0500)
framework/Prefs/lib/Horde/Prefs/Ui.php
horde/config/prefs.php.dist

index cad2301..ce4c90c 100644 (file)
@@ -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;
 
index 317aace..fd053d3 100644 (file)
@@ -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.