]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18577 drop enums support - step3: Missing return
authorstronk7 <stronk7>
Fri, 1 May 2009 23:35:36 +0000 (23:35 +0000)
committerstronk7 <stronk7>
Fri, 1 May 2009 23:35:36 +0000 (23:35 +0000)
lib/dml/mssql_adodb_moodle_database.php

index e673f42dc5522a150a15b9b3dc28b1189827a9e7..32d3f48cd769e967a069cd6dd127ad098626943d 100644 (file)
@@ -268,6 +268,7 @@ class mssql_adodb_moodle_database extends adodb_moodle_database {
             $this->query_start('--adodb-UpdateBlob', null, SQL_QUERY_UPDATE);
             $result = $this->adodb->UpdateBlob($this->prefix.$table, $newfield, $newvalue, $select);
             $this->query_end($result);
+            return true;
         }
 
     /// Arrived here, normal update (without BLOBs)