소스 검색

Merge branch '6.x-1.x' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-1.x

Stephen Ficklin 12 년 전
부모
커밋
e25456c813
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;