瀏覽代碼

Minor - Updating docs.

Julio Montoya 11 年之前
父節點
當前提交
8514262534
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      main/inc/lib/formvalidator/Element/datepickerdate.php
  2. 1 0
      main/inc/lib/groupmanager.lib.php

+ 1 - 0
main/inc/lib/formvalidator/Element/datepickerdate.php

@@ -8,6 +8,7 @@ class HTML_QuickForm_datepickerdate extends HTML_QuickForm_date
 {
 	/**
 	 * Constructor
+     * @deprecated use class DatePicker
 	 */
 	public function HTML_QuickForm_datepickerdate($elementName = null, $elementLabel = null, $attributes = null)
     {

+ 1 - 0
main/inc/lib/groupmanager.lib.php

@@ -340,6 +340,7 @@ class GroupManager
     /**
      * Create a group for every class subscribed to the current course
      * @param int $category_id The category in which the groups should be created
+     * @return array
      */
     public static function create_class_groups($category_id)
     {