Reverting r16861; incompatible change to message texts, breaks a lot of toggle displa...
[lhc/web/wiklou.git] / includes / Categoryfinder.php
index 59c8894..a8cdf3c 100644 (file)
@@ -40,8 +40,10 @@ class Categoryfinder {
 
        /**
         * Initializes the instance. Do this prior to calling run().
-        @param $article_ids Array of article IDs
-       */
+        * @param $article_ids Array of article IDs
+        * @param $categories FIXME
+        * @param $mode String: FIXME, default 'AND'.
+        */
        function seed ( $article_ids , $categories , $mode = "AND" ) {
                $this->articles = $article_ids ;
                $this->next = $article_ids ;