Fixed some of Daryls typos
authormoodler <moodler>
Sun, 26 Sep 2004 02:10:38 +0000 (02:10 +0000)
committermoodler <moodler>
Sun, 26 Sep 2004 02:10:38 +0000 (02:10 +0000)
lib/datalib.php

index f21a833ebfec8e97a34b22922af15592d4a9eeee..9803ea34afe5c1904f375952f51765b9c94f88a5 100644 (file)
@@ -374,7 +374,7 @@ function count_records($table, $field1='', $value1='', $field2='', $value2='', $
  * @param string $select A fragment of SQL to be used in a where clause in the SQL call.
  * @param string $countitem The count string to be used in the SQL call. Default is COUNT(*).
  * @return int The count of records returned from the specified criteria.
- */*
+ */
 function count_records_select($table, $select='', $countitem='COUNT(*)') {
 
     global $CFG;
@@ -502,7 +502,7 @@ function get_record_sql($sql) {
  * @param string $select A fragment of SQL to be used in a where clause in the SQL call.
  * @param string $fields A comma separated list of fields to be returned from the chosen table.
  * @return array An associative array with the results from the SQL call.
- */*
+ */
 function get_record_select($table, $select='', $fields='*') {
 
     global $CFG;
@@ -1082,7 +1082,6 @@ function update_record($table, $dataobject) {
  * @return user A {@link $USER} object.
  * @todo Finish documenting this function
  */
- */
 function get_user_info_from_db($field, $value) {
 
     global $CFG;
@@ -1515,7 +1514,6 @@ function get_course_users($courseid, $sort='timeaccess DESC', $exceptions='', $f
  * @return array  An array of {@link $USER} records.
  * @todo Finish documenting this function
  */
- */
 function search_users($courseid, $groupid, $searchtext, $sort='', $exceptions='') {
     global $CFG;