This debug message was to noisy but it is needed in development (where debug-mode...
[mailer.git] / templates / xml / admin / admin_list_nickname_history.xml
index 8c263407bbc6e74d6bb6ed3a00a995dddc042900..7d74b2cf86da3a2f552283dedd9f72e1a6774bb4 100644 (file)
@@ -28,9 +28,9 @@ MA  02110-1301  USA
        <!--
        Call-back function, the extracted data from this XML will then be re-read
        from that function. The most common function this XML uses is
-       adminListEntries() so mostly you can leave this alone unless you have JOINs.
+       doGenericListEntries() so mostly you can leave this alone unless you have JOINs.
        //-->
-       <callback-function type="string" value="adminListEntries" />
+       <callback-function type="string" value="doGenericListEntries" />
        <!--
        Now we need information which template should be loaded and which functions
        shall be called back. So lets start with the main list template. This mostly