mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
MDL-14679 tidy phpdocs for sql_substr() a bit
This commit is contained in:
parent
35b9a80aa6
commit
ab62bd23ff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user