More double- to single-quotes rewritten
[mailer.git] / inc / modules / admin / what-config_rallye_prices.php
index 3723a4a1684a41ffb4a1d8fe5f8d42a54242b8c7..87b725d80d1f2ea238f42982714ce6cbe040a947 100644 (file)
@@ -160,7 +160,7 @@ VALUES ('%s','%s','%s','%s')",
                                list($rallye, $level, $points, $infos) = SQL_FETCHROW($result);
                                SQL_FREERESULT($result);
 
-                               if (empty($infos)) $infos = "---";
+                               if (empty($infos)) $infos = '---';
 
                                // Prepare data for the row template
                                $content = array(
@@ -197,7 +197,7 @@ VALUES ('%s','%s','%s','%s')",
                        $OUT = ''; $SW = 2;
                        while ($content = SQL_FETCHARRAY($result)) {
                                // Fix empty info
-                               if (empty($content['info'])) $content['info'] = "---";
+                               if (empty($content['info'])) $content['info'] = '---';
 
                                // Prepare data for the row template
                                // @TODO Rewritings: level->price_level, infos->info in template