Small error message fix in dimension db.
[fa-stable.git] / dimensions / includes / dimensions_db.inc
index c455e891cfa8f462bf96426515991713c0b16464..1a4448de9da584dcbf4c2fccc480bbc8984a869d 100644 (file)
@@ -148,7 +148,7 @@ function close_dimension($id)
 function reopen_dimension($id)
 {
        $sql = "UPDATE ".TB_PREF."dimensions SET closed='0' WHERE id = $id";
-       db_query($sql, "could not close dimension");
+       db_query($sql, "could not reopen dimension");
 }
 
 ?>
\ No newline at end of file