← Back to team overview

anewt-developers team mailing list archive

[Branch ~uws/anewt/anewt.uws] Rev 1728: [form] Tiny doc fix

 

------------------------------------------------------------
revno: 1728
committer: Wouter Bolsterlee <uws@xxxxxxxxx>
branch nick: anewt.uws
timestamp: Sun 2009-08-02 22:04:03 +0200
message:
  [form] Tiny doc fix
modified:
  form/controls/choice.lib.php


--
lp:anewt
https://code.launchpad.net/~uws/anewt/anewt.uws

Your team Anewt developers is subscribed to branch lp:anewt.
To unsubscribe from this branch go to https://code.launchpad.net/~uws/anewt/anewt.uws/+edit-subscription.
=== modified file 'form/controls/choice.lib.php'
--- form/controls/choice.lib.php	2009-08-02 16:32:09 +0000
+++ form/controls/choice.lib.php	2009-08-02 20:04:03 +0000
@@ -635,9 +635,6 @@
 	 * \param $values
 	 *   Array of values
 	 *
-	 * \param $values
-	 *   Array of values
-	 *
 	 * This method is only intended to be called internally.
 	 */
 	public function set_value($values)
@@ -656,9 +653,6 @@
 	 * \param $force_first
 	 *   Whether to forcibly enable the first option
 	 *
-	 * \param $force_first
-	 *   Whether to forcibly enable the first option
-	 *
 	 * This method is for internal use only.
 	 */
 	public function _ensure_selection($force_first=false)