]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-refbanner.php
Fix for broken SQL
[mailer.git] / inc / modules / admin / what-refbanner.php
index 8f23c36e460b6a00f25b6cad2305a5db50b25c00..5d4b6a961af4636d4eca6abae84c6d45322c60b3 100644 (file)
@@ -115,7 +115,7 @@ VALUES ('%s','%s','%s')",
                SQL_FREERESULT($result);
 
                // Preapre data for the row
-               $content['visible'] => addSelectionBox('yn', $content['visible'], 'visible');
+               $content['visible'] = addSelectionBox('yn', $content['visible'], 'visible');
 
                // Load row template and switch color
                $OUT .= loadTemplate('admin_refbanner_edit_row', true, $content);