From: moodler Date: Tue, 21 Mar 2006 09:08:16 +0000 (+0000) Subject: Old change, just removing a comment X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ba6602f8da378703e5a8cb9ff94e81462fc4c29a;p=moodle.git Old change, just removing a comment --- diff --git a/lib/datalib.php b/lib/datalib.php index 7f8e9de687..29ae6a3155 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -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) {