Go to the source code of this file.
Namespaces | |
| namespace | UPGRADE |
Variables | |
| $tbl_mdb_names = claro_sql_get_main_tbl() | |
| $tbl_upgrade_status = $tbl_mdb_names['upgrade_status'] | |
| $sql | |
| else | $cmd = FALSE |
| $display = DISPLAY_WELCOME_PANEL | |
| if ($cmd== 'run') | |
| switch ($display) | |
| else $cmd = FALSE |
Definition at line 71 of file upgrade_main_db.php.
| $display = DISPLAY_WELCOME_PANEL |
Definition at line 73 of file upgrade_main_db.php.
| $sql |
"CREATE TABLE IF NOT EXISTS `" . $tbl_upgrade_status . "` ( `id` INT NOT NULL auto_increment , `cid` VARCHAR( 40 ) NOT NULL , `claro_label` VARCHAR( 8 ) , `status` TINYINT NOT NULL , PRIMARY KEY ( `id` ) )"
Definition at line 50 of file upgrade_main_db.php.
| $tbl_mdb_names = claro_sql_get_main_tbl() |
Create Upgrade Status table
Definition at line 47 of file upgrade_main_db.php.
| $tbl_upgrade_status = $tbl_mdb_names['upgrade_status'] |
Definition at line 48 of file upgrade_main_db.php.
Define display
Definition at line 79 of file upgrade_main_db.php.
| switch($display) |
Definition at line 99 of file upgrade_main_db.php.
1.6.3