Opps, old variable here
authorRoland Häder <roland@mxchange.org>
Thu, 20 Jun 2013 20:43:56 +0000 (20:43 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 20 Jun 2013 20:43:56 +0000 (20:43 +0000)
inc/template-functions.php
templates/xml/admin/admin_list_network_api.xml

index 9d8412562c1ec72d02d08e28957a32ab5531a8ae..73bf31ae009e71fa23b505936d955bfd040e798f 100644 (file)
@@ -305,7 +305,7 @@ function loadTemplate ($template, $return = FALSE, $content = array(), $compileC
        }
 
        // Init returned content
-       $ret = '';
+       $templateContent = '';
 
        // Set current template
        $GLOBALS['current_template'] = $template;
index 4af399a25e6fb19894ebadb53d7c39c8c54253b9..8f7bdd7ae8ae3853acefd16f35cda91e97dce6d2 100644 (file)
@@ -95,6 +95,17 @@ MA  02110-1301  USA
        a call-back function shall be called for.
        //-->
        <column-callback-list>
+               <!--
+               Another column, now we need a second parameter here because
+               generateDateTime() expects two parameters (first is always the data
+               from column).
+               //-->
+               <column-callback-list-entry>
+                       <!--
+                       The actual data, again.
+                       //-->
+                       <column-callback-data type="string" value="network_cache_admin_id" callback="generateAdminLink" />
+               </column-callback-list-entry>
        </column-callback-list>
        <!--
        How the named column shall be logical linked to the above.