Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
c2bc042
)
Merge branch 'MDL-32028' of git://github.com/nebgor/moodle
author
Dan Poltawski
<dan@moodle.com>
Tue, 27 Mar 2012 06:46:52 +0000
(14:46 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 27 Mar 2012 06:46:52 +0000
(14:46 +0800)
lib/dml/moodle_database.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/dml/moodle_database.php
b/lib/dml/moodle_database.php
index
cf723eb
..
119acc8
100644
(file)
--- a/
lib/dml/moodle_database.php
+++ b/
lib/dml/moodle_database.php
@@
-1588,9
+1588,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.