More fixes for points booking and surfbar
[mailer.git] / inc / modules / admin / what-config_surfbar.php
index 1cd75f1270cddb5414a29bdb80f1ac936e6c9085..e4a40f8023c71ffbb8a2f2299b78c40f32d750cf 100644 (file)
@@ -75,17 +75,6 @@ if (isset($_POST['ok'])) {
                define('__CONFIG_SURFBAR_PAY_MODEL_DYNAMIC', " checked=\"checked\"");
        }
 
-       // Prepare admin notify
-       if ($_CONFIG['surfbar_notify_admin_unlock'] == "Y") {
-               // Yes selected
-               define('__CONFIG_SURFBAR_NOTIFY_ADMIN_UNLOCK_Y' , " checked=\"checked\"");
-               define('__CONFIG_SURFBAR_NOTIFY_ADMIN_UNLOCK_N', "");
-       } else {
-               // No selected
-               define('__CONFIG_SURFBAR_NOTIFY_ADMIN_UNLOCK_Y' , "");
-               define('__CONFIG_SURFBAR_NOTIFY_ADMIN_UNLOCK_N', " checked=\"checked\"");
-       }
-
        // Prepare auto-sart
        if ($_CONFIG['surfbar_autostart'] == "Y") {
                // Yes selected