]> git.mjollnir.org Git - moodle.git/commitdiff
Old change, just removing a comment
authormoodler <moodler>
Tue, 21 Mar 2006 09:08:16 +0000 (09:08 +0000)
committermoodler <moodler>
Tue, 21 Mar 2006 09:08:16 +0000 (09:08 +0000)
lib/datalib.php

index 7f8e9de68769c87e0a2ac5f4ad6e72039d3b1d57..29ae6a3155bbe3a3f92721b01dc12ffa7ec785c2 100644 (file)
@@ -1229,7 +1229,6 @@ function addslashes_object( $dataobject ) {
  * @param string $table The database table to be checked against.
  * @param array $dataobject An object with contents equal to fieldname=>fieldvalue. Must have an entry for 'id' to map to the table specified.
  * @return bool
- * @todo Finish documenting this function. Dataobject is actually an associateive array, correct?
  */
 function update_record($table, $dataobject) {