--- a/includes/functions.php Sun Jun 15 01:29:30 2008 -0400
+++ b/includes/functions.php Sun Jun 15 01:30:00 2008 -0400
@@ -395,7 +395,7 @@
* Generates a confirmation form if a CSRF check fails. Will terminate execution.
*/
-function csrf_confirm_form()
+function csrf_request_confirm()
{
global $db, $session, $paths, $template, $plugins; // Common objects
global $lang;
@@ -4425,7 +4425,7 @@
* Caches the computed user rank information.
*/
-function generate_ranks_cache()
+function generate_cache_userranks()
{
global $db, $session, $paths, $template, $plugins; // Common objects
global $lang;