]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_network_translations.php
More rewrites to make use of (cached) wrapper functions
[mailer.git] / inc / modules / admin / what-list_network_translations.php
index e88d8f945b3d635a91a861c73cca1bb89ab2b468..d5a0dc7f08b70464e5084071bafed9008f0d2622 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Verwaltet API-Abfrageparameter                   *
  * -------------------------------------------------------------------- *
- * $Revision:: 1794                                                   $ *
- * $Date:: 2010-05-28 19:55:19 +0200 (Fri, 28 May 2010)               $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: quix0r                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
@@ -85,11 +85,8 @@ ORDER BY
        // Do we have entries?
        if ($rows > 0) {
                // List all entries
-               $OUT = ''; $SW = 2;
+               $OUT = '';
                while ($row = SQL_FETCHARRAY($result)) {
-                       // Add/translate some data
-                       $row['sw'] = $SW;
-
                        // Add it to network if the type matches selected
                        if ($row['network_type_id'] == getRequestParameter('network_type_id')) {
                                // Matches, then add it for disabling this entry
@@ -98,7 +95,6 @@ ORDER BY
 
                        // Add row template and switch color
                        $OUT .= loadTemplate('admin_list_network_translations_row', true, $row);
-                       $SW = 3 - $SW;
                } // END - while
 
                // Prepare data for template