]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-unlock_surfbar_urls.php
introduced isSqlResult() which encapsulates checking MySQL/i results
[mailer.git] / inc / modules / admin / what-unlock_surfbar_urls.php
index ba10c41ae6a04b4dd70217b9574796a7572b8f8b..be26f8dc86d4f5ed8d6a7e696ac08192a90b2a58 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -65,7 +65,7 @@ if ((isPostRequestElementSet('unlock')) && (ifPostContainsSelections('url_id')))
 }
 
 // List all pendingURLs
-showEntriesByXmlCallback('admin_unlock_surfbar_urls');
+doGenericXmlTemplateCallback('admin_unlock_surfbar_urls');
 
 // [EOF]
 ?>