This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/modules/email_queue/email_queue_install.xml
2008-11-26 14:50:40 -08:00

22 lines
682 B
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<install>
<!-- Define the main module properties -->
<module_properties>
<name>email_queue</name>
<parent>account_admin</parent>
<notes>Stores the email queue for future mailing</notes>
<menu_display></menu_display>
<dependancy></dependancy>
<sub_modules></sub_modules>
</module_properties>
<!-- Define any SQL inserts for this module -->
<sql_inserts>
<module_method>
<send>
<send>add</send>
</send>
</module_method>
</sql_inserts>
</install>