Esempio n. 1
0
function com_install()
{
    //Insert missing fields and data into the database
    //createDemoContent();
    //Diplay the installation message
    displayInstallMsg();
}
Esempio n. 2
0
/**
 *
 */
function com_install()
{
    // Diplay the installation message
    displayInstallMsg();
}