This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** ====================================================================== */ | |
// Create table if not available. | |
db_query("CREATE TABLE IF NOT EXISTS {lock_test} ( | |
id int NOT NULL AUTO_INCREMENT PRIMARY KEY, | |
random_id int, | |
request_time varchar(50), | |
first_request_time varchar(50) |