]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-guest_add.php
All resets rewritten, missing svn:properties added
[mailer.git] / inc / modules / admin / what-guest_add.php
index 1728bdd49809636cb9b9bb9f6b49c96aefed4e8c..4ebead8c23d00a840790437c8991dbaa1da8e94c 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -174,8 +175,8 @@ ORDER BY `sort` ASC",
 
        // Prepare selections for template
        $content['below_selection']  = $OUT;
-       $content['what_selection']   = adminAddMenuSelectionBox('member', 'what'  , 'name');
-       $content['action_selection'] = adminAddMenuSelectionBox('member', 'action', 'menu');
+       $content['what_selection']   = adminAddMenuSelectionBox('guest', 'what'  , 'name');
+       $content['action_selection'] = adminAddMenuSelectionBox('guest', 'action', 'menu');
 
        // Display form
        loadTemplate('admin_guest_add', false, $content);