claroline/claroline/admin/upgrade/upgrade_main_db.php File Reference

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)

Variable Documentation

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
Initial value:
 "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.

if($cmd== 'run')

Define display

Definition at line 79 of file upgrade_main_db.php.

switch($display)

Definition at line 99 of file upgrade_main_db.php.

Generated on Tue Jun 8 12:28:36 2010 for Claroline API by  doxygen 1.6.3