MDL-14679 tidy phpdocs for sql_substr() a bit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user