From d0d56205f44515e018f306dd165d67ab43f41a37 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 26 Sep 2004 02:10:38 +0000 Subject: [PATCH] Fixed some of Daryls typos --- lib/datalib.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/datalib.php b/lib/datalib.php index f21a833ebf..9803ea34af 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -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; -- 2.39.5