]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-admins_edit.php
Fix for template ext_lead.tpl, thanks to narutofanxxxll
[mailer.git] / inc / modules / admin / what-admins_edit.php
index f57381ce44d6235499280270d97fc95440f2a25f..e0528331ae3be7fd0ed6ab9b7a8c913767d25495 100644 (file)
@@ -54,8 +54,8 @@ if (REQUEST_ISSET_GET('admin')) {
        $aid = bigintval(REQUEST_GET('admin'));
 
        // Set required fields
-       REQUEST_SET_POST('edit', "1");
-       REQUEST_SET_POST(array('sel', $aid), "1");
+       REQUEST_SET_POST('edit', '1');
+       REQUEST_SET_POST(array('sel', $aid), '1');
 } // END - if
 
 if ((REQUEST_ISSET_POST('edit')) && (countPostSelection() > 0)) {