]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
Even more rewritten
[mailer.git] / inc / modules / admin / what-extensions.php
index 3a81efd449ad9b25d4f85f339139abbe5bad3b05..6928fe89deec0c9187a4fbae356e24fe329e35ae 100644 (file)
@@ -134,14 +134,14 @@ if (REQUEST_ISSET_GET(('reg_ext'))) {
 
                                // Output row
                                $cssSelection = "---";
-                               if (GET_EXT_VERSION('sql_patches') >= '0.0.6') $cssSelection = ADD_SELECTION("yn", $css, "css", $ext_id);
+                               if (GET_EXT_VERSION('sql_patches') >= '0.0.6') $cssSelection = ADD_SELECTION('yn', $css, "css", $ext_id);
 
                                // Prepare data for the row template
                                $content = array(
                                        'sw'     => $SW,
                                        'id'     => $ext_id,
                                        'name'   => $name,
-                                       'active' => ADD_SELECTION("yn", $active, 'active', $ext_id),
+                                       'active' => ADD_SELECTION('yn', $active, 'active', $ext_id),
                                        'css'    => $cssSelection,
                                );