Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / inc / modules / admin / what-config_rallye_prices.php
index 02ed535f9a92708b8daeb4d51841ba811290c9e5..0d3faf764b7b37536cd53e6650cd07aab6e32211 100644 (file)
@@ -262,7 +262,7 @@ WHERE d.admin_id=a.id ORDER BY start_time DESC", __FILE__, __LINE__);
                while (list($id, $aid, $start, $end, $title, $alogin, $active) = SQL_FETCHROW($result))
                {
                        $select = "<INPUT type=\"checkbox\" name=\"sel[".$id."]\" class=\"admin_normal\" value=\"1\">";
-                       if ($active == 'Y') $select = "<STRONG class=\"big\">".$id."</STRONG>";
+                       if ($active == "Y") $select = "<STRONG class=\"big\">".$id."</STRONG>";
 
                        // Prepare data for the row template
                        $content = array(