]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/member/member_delete_show_user_subid.xml
Added update_year.sh (still not fully flexible) and updated all years with it.
[mailer.git] / templates / xml / member / member_delete_show_user_subid.xml
index 74d6f0c0029bbb03376cfe11922058b779803f24..bfb5579fa551c175bbbc8c73e007cca13b0d80b0 100644 (file)
@@ -5,7 +5,7 @@ This template provides meta data for deleting sub ids.
 @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 - 2015 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="user_subids" />
        <!--
-       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>
@@ -48,7 +44,7 @@ MA  02110-1301  USA
                //-->
                <database-column-list-entry name="" type="string" table="" value="id" alias="" function="" />
                <database-column-list-entry name="" type="string" table="" value="userid" alias="" function="" />
-               <database-column-list-entry name="added_list" type="string" table="" value="subid_added" alias="subid_added" function="UNIX_TIMESTAMP" />
+               <database-column-list-entry name="subid_added" type="string" table="" value="subid_added" alias="subid_added" function="UNIX_TIMESTAMP" />
                <database-column-list-entry name="" type="string" table="" value="subid" alias="" function="" />
        </database-column-list>
        <!--
@@ -60,7 +56,7 @@ MA  02110-1301  USA
                A call-back function list entry
                //-->
                <callback-function-list-entry name="" type="string" value="bigintval" />
-               <callback-function-list-entry name="added_list" type="string" value="generateDateTime" />
+               <callback-function-list-entry name="subid_added" type="string" value="generateDateTime" />
        </callback-function-list>
        <!--
        Extra parameters (2nd, 3rd, ...) for above call-back functions. If an array
@@ -71,7 +67,7 @@ MA  02110-1301  USA
                <!--
                A one-dimensional array with some entries
                //-->
-               <extra-parameter-list-entry name="" type="array" value="added">
+               <extra-parameter-list-entry name="" type="array" value="subid_added">
                        <!--
                        Our 'added' array
                        //-->