Browse Source

Oops forgot semicolon

spficklin 12 years ago
parent
commit
4b63ba055c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_core/includes/mviews.php

+ 1 - 1
tripal_core/includes/mviews.php

@@ -350,7 +350,7 @@ function tripal_update_mview($mview_id) {
     }
     else {
       // rollback the transaction
-      tripal_db_rollback_transaction()
+      tripal_db_rollback_transaction();
       // print and save the error message
       $record = new stdClass();
       $record->mview_id = $mview_id;