]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_add_do_forced_costs.xml
Updated copyright notice as there are changes in this year
[mailer.git] / templates / xml / admin / admin_add_do_forced_costs.xml
index 29c6335f447506fa53629b6804e35eb36bf50b0a..3f4650e4f5210fd5128fa9983a855abf996a5c74 100644 (file)
@@ -5,7 +5,7 @@ This template provides meta data for adding forced-costs to the database.
 @author                Roland Haeder <webmaster@mxchange.org>
 @version       0.2.1-FINAL
 @copyright     (c) 2003 - 2009 by Roland Haeder
-@copyright     (c) 2009 - 2012 by Mailer Developer Team
+@copyright     (c) 2009 - 2013 by Mailer Developer Team
 @license       GNU GPL 2.0 or any newer version
 @link          http://mxchange.org
 
@@ -35,10 +35,6 @@ MA  02110-1301  USA
        //-->
        <database-table name="" type="string" value="forced_costs" />
        <!--
-       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>
@@ -55,4 +51,16 @@ MA  02110-1301  USA
                <callback-function-list-entry name="" type="string" value="convertCommaToDot" />
                <callback-function-list-entry name="" type="string" value="" />
        </callback-function-list>
+       <!--
+       Extra parameters (2nd, 3rd, ...) for above call-back functions. If an array
+       is provided, we have more than two parameters to handle over to the
+       call-back function. See function handleExtraValues() for details.
+       //-->
+       <extra-parameter-list>
+       </extra-parameter-list>
+       <!--
+       Columns for converting single time selections into a timestamp
+       //-->
+       <time-columns-list>
+       </time-columns-list>
 </admin-entry-meta-data>