Merge branch 'MDL-32028_m22' of git://github.com/nebgor/moodle into MOODLE_22_STABLE
This commit is contained in:
@@ -1550,9 +1550,6 @@ abstract class moodle_database {
|
||||
/**
|
||||
* Test whether a record exists in a table where all the given conditions met.
|
||||
*
|
||||
* The record to test is specified by giving up to three fields that must
|
||||
* equal the corresponding values.
|
||||
*
|
||||
* @param string $table The table to check.
|
||||
* @param array $conditions optional array $fieldname=>requestedvalue with AND in between
|
||||
* @return bool true if a matching record exists, else false.
|
||||
|
||||
Reference in New Issue
Block a user