inc/modules/admin/what-admins_contct.php -text
inc/modules/admin/what-admins_edit.php -text
inc/modules/admin/what-admins_mails.php -text
-inc/modules/admin/what-autopurge.php -text
inc/modules/admin/what-bonus.php -text
inc/modules/admin/what-cache_stats.php -text
inc/modules/admin/what-chk_regs.php -text
inc/modules/admin/what-config_rallye_prices.php -text
inc/modules/admin/what-config_refback.php -text
inc/modules/admin/what-config_refid.php -text
-inc/modules/admin/what-config_reg.php -text
inc/modules/admin/what-config_register.php -text
inc/modules/admin/what-config_register2.php -text
inc/modules/admin/what-config_removeip.php -text
inc/sql_error.php -text
inc/stats_bonus.php -text
inc/stylesheet.php -text
-inc/theme-dummy.php -text
inc/weekly/.htaccess -text
inc/weekly/weekly_ -text
inc/weekly/weekly_surfbar.php -text
templates/de/emails/admin/admin_sponsor_pending.tpl -text
templates/de/emails/admin/admin_sponsor_reg.tpl -text
templates/de/emails/admin/admin_sponsor_settings.tpl -text
-templates/de/emails/admin/admin_support-order.tpl -text
templates/de/emails/admin/admin_support-ordr.tpl -text
templates/de/emails/admin/admin_support-reflink.tpl -text
templates/de/emails/admin/admin_support-unconfirmed.tpl -text
templates/de/emails/member/member_rallye_notify.tpl -text
templates/de/emails/member/member_refback.tpl -text
templates/de/emails/member/member_stats_bonus.tpl -text
-templates/de/emails/member/member_support-order.tpl -text
templates/de/emails/member/member_support-ordr.tpl -text
templates/de/emails/member/member_support-reflink.tpl -text
templates/de/emails/member/member_support-unconfirmed.tpl -text
templates/de/html/admin/admin_config_wernis.tpl -text
templates/de/html/admin/admin_config_yoomedia.tpl -text
templates/de/html/admin/admin_contct_user_form.tpl -text
-templates/de/html/admin/admin_data_saved.tpl -text
templates/de/html/admin/admin_del_admins.tpl -text
templates/de/html/admin/admin_del_admins_row.tpl -text
templates/de/html/admin/admin_del_bank_packages.tpl -text
// "Dry-run-mode" activated?
if (!$dry_run) {
// Run installation pre-installation filters
- RUN_FILTER('pre_extension_installed', false);
+ RUN_FILTER('pre_extension_installed', false, array('dry_run' => $dry_run, 'sqls' => $SQLs));
// Register extension
$result = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_extensions (ext_name, ext_active, ext_version) VALUES ('%s','%s','%s')",
//* DEBUG: */ DEBUG_LOG(__FUNCTION__, __LINE__, ":SQLs::count=".count($SQLs)."");
if ((is_array($SQLs) && (sizeof($SQLs) > 0))) {
// Run SQL commands...
- RUN_FILTER('run_sqls');
+ RUN_FILTER('run_sqls', array('dry_run' => false, 'sqls' => $SQLs));
// Removal mode?
if ($load_mode == "remove") {