More fixes for surfbar, SQL_QUERY_ESC() now escapes zeros
[mailer.git] / surfbar.php
index d283eacf2dc390db78a7b2ba8a509cf8e1d70e4f..a5dd72bd508c8a2087edb1eb5da503c2c5afd1a8 100644 (file)
@@ -99,11 +99,11 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install
                        // Check if reload is full
                        if (SURFBAR_CHECK_RELOAD_FULL()) {
                                // Then load waiting page
-                               LOAD_URL("surfbar.php?frame=start");
+                               LOAD_URL("surfbar.php?frame=stop");
                        } // END - if
                } else {
-                       // Reload to start frame!
-                       LOAD_URL("surfbar.php?frame=start");
+                       // Reload to stop frame!
+                       LOAD_URL("surfbar.php?frame=stop");
                }
 
                // All done, so fix notice for footer.php