MDL-14679 tidy phpdocs for sql_substr() a bit

This commit is contained in:
stronk7 2009-10-09 10:02:39 +00:00
parent 35b9a80aa6
commit ab62bd23ff
2 changed files with 2 additions and 2 deletions

View File

@ -1752,7 +1752,7 @@ abstract class moodle_database {
}
/**
* Returns the proper substr() function for each DB.
* Returns the proper substr() SQL text used to extract substrings from DB
* NOTE: this was originally returning only function name
*
* @param string $expr some string field, no aggregates

View File

@ -1139,7 +1139,7 @@ class mssql_native_moodle_database extends moodle_database {
}
/**
* Returns the proper substr() function for each DB.
* Returns the proper substr() SQL text used to extract substrings from DB
* NOTE: this was originally returning only function name
*
* @param string $expr some string field, no aggregates