]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin_data_template.xml
Updated copyright year.
[mailer.git] / templates / xml / admin_data_template.xml
index 04fca148817413174ecd70ea214019418d2b46c3..59aa13d56a06b5febab3b8574c974c673b13f8a7 100644 (file)
@@ -8,9 +8,9 @@ tag intact.
 @author                Roland Haeder <webmaster@mxchange.org>
 @version       0.2.1-FINAL
 @copyright     (c) 2003 - 2009 by Roland Haeder
-@copyright     (c) 2009 - 2011 by Mailer Developer Team
+@copyright     (c) 2009 - 2016 by Mailer Developer Team
 @license       GNU GPL 2.0 or any newer version
-@link          http://www.mxchange.org
+@link          http://mxchange.org
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -19,13 +19,13 @@ the Free Software Foundation; either version 2 of the License, or
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA  02110-1301  USA
+MA 02110-1301 USA
 //-->
 <admin-entry-meta-data>
        <!--
@@ -39,10 +39,6 @@ MA  02110-1301  USA
        //-->
        <database-table name="" type="string" value="table_name" />
        <!--
-       The following three lists must have the same count of list entries, else an
-       error may occur.
-       //-->
-       <!--
        And all column names to read/write, leave this list tag empty for all (*).
        //-->
        <database-column-list>
@@ -50,7 +46,7 @@ MA  02110-1301  USA
                A column name list entry. The type is always string, or do you have
                numerical column names?
                //-->
-               <database-column-list-entry name="" type="string" value="foo" />
+               <database-column-list-entry name="" type="string" table="" value="foo" alias="" function="" />
        </database-column-list>
        <!--
        "Filter" call-back functions to call back for piping the fetched data
@@ -124,4 +120,8 @@ MA  02110-1301  USA
        This' type can again only be 'string' (remember why?).
        //-->
        <raw-userid-column-key name="" type="string" value="userid" />
+       <!--
+       Cache file to delete
+       //-->
+       <cache-file name="" type="string" value="some_foo" />
 </admin-entry-meta-data>