summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-02-14 13:32:24 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-02-14 13:32:24 +0100
commit16ad3fae861bc110881c09b083b2ce9aad6285aa (patch)
treeb6549e88fc97c10a30232d1473aee5ffc9577bd7
parent343aa1749f17e62fa68e26193011a5051025881a (diff)
downloadrpg-16ad3fae861bc110881c09b083b2ce9aad6285aa.tar.gz
rpg-16ad3fae861bc110881c09b083b2ce9aad6285aa.tar.bz2
fixed some doc strings
-rw-r--r--inc/form.php6
-rw-r--r--lib/plugins/authad/action.php0
2 files changed, 3 insertions, 3 deletions
diff --git a/inc/form.php b/inc/form.php
index a4cd2e682..312c42b60 100644
--- a/inc/form.php
+++ b/inc/form.php
@@ -176,7 +176,7 @@ class Doku_Form {
* Gets the position of the first of a type of element.
*
* @param string $type Element type to look for.
- * @return array pseudo-element if found, false otherwise
+ * @return int position of element if found, otherwise false
* @author Tom N Harris <tnharris@whoopdedo.org>
*/
function findElementByType($type) {
@@ -193,7 +193,7 @@ class Doku_Form {
* Gets the position of the element with an ID attribute.
*
* @param string $id ID of the element to find.
- * @return array pseudo-element if found, false otherwise
+ * @return int position of element if found, otherwise false
* @author Tom N Harris <tnharris@whoopdedo.org>
*/
function findElementById($id) {
@@ -211,7 +211,7 @@ class Doku_Form {
*
* @param string $name Attribute name.
* @param string $value Attribute value.
- * @return array pseudo-element if found, false otherwise
+ * @return int position of element if found, otherwise false
* @author Tom N Harris <tnharris@whoopdedo.org>
*/
function findElementByAttribute($name, $value) {
diff --git a/lib/plugins/authad/action.php b/lib/plugins/authad/action.php
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/lib/plugins/authad/action.php