";
}
function download_install_post(&$var)
{
global $sql;
echo "custom install 'post' function
";
}
function download_uninstatll(&$var)
{
global $sql;
echo "custom uninstall function
";
}
function download_upgrade(&$var)
{
global $sql;
echo "custom upgrade function
";
//if(version_compare($var['current_plug']['plugin_version'], "1.2", "<"))
//{
// $qry = "ALTER TABLE #download ADD download_postclass TINYINT( 3 ) UNSIGNED DEFAULT '0' NOT NULL ;";
// $sql->db_Select_gen($qry);
//}
}
}