From: stronk7 Date: Fri, 9 Oct 2009 10:02:39 +0000 (+0000) Subject: MDL-14679 tidy phpdocs for sql_substr() a bit X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ab62bd23ff33ed082e1d93c142bde55a42e775d9;p=moodle.git MDL-14679 tidy phpdocs for sql_substr() a bit --- diff --git a/lib/dml/moodle_database.php b/lib/dml/moodle_database.php index ca376eb499..cf303a5181 100644 --- a/lib/dml/moodle_database.php +++ b/lib/dml/moodle_database.php @@ -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 diff --git a/lib/dml/mssql_native_moodle_database.php b/lib/dml/mssql_native_moodle_database.php index c524021a97..1b58238c92 100644 --- a/lib/dml/mssql_native_moodle_database.php +++ b/lib/dml/mssql_native_moodle_database.php @@ -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