From ab62bd23ff33ed082e1d93c142bde55a42e775d9 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 9 Oct 2009 10:02:39 +0000 Subject: [PATCH] MDL-14679 tidy phpdocs for sql_substr() a bit --- lib/dml/moodle_database.php | 2 +- lib/dml/mssql_native_moodle_database.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5