You are here

function ARC_api_helper::unlock_tables in Taxonomy import/export via XML 6

Same name and namespace in other branches
  1. 5.2 arc/ARC_api_helper.php \ARC_api_helper::unlock_tables()
  2. 5 arc/ARC_api_helper.php \ARC_api_helper::unlock_tables()
  3. 6.2 arc/ARC_api_helper.php \ARC_api_helper::unlock_tables()

File

arc/ARC_api_helper.php, line 275

Class

ARC_api_helper

Code

function unlock_tables() {
  $tmp = mysql_query("UNLOCK TABLES");
  $this->table_lock = "off";
}