Minor display cleanup
[mirrors/Kyberia-bloodline.git] / wwwroot / backend / mysql / backend.inc
index bf4c80d806c2b37c4ea16954d5b23845d776663d..554ba63c37358dc693def85738493c7f5443d1a6 100644 (file)
@@ -739,5 +739,19 @@ public static function resetPassword($login_id,$login,$vercode,$password) {
        return $error;
 }
 
+// levenshteinLog
+
+// Log user action for later analysis
+// Secure.
+
+public static function levenshteinLog($userid,$nodeid) {
+       global $db;
+
+       $q="insert delayed into levenshtein set user_id='".$userid."',node_id='".$node_id."'";
+       $db->update($q);
+       
+}
+
+
 }
 ?>
This page took 0.088508 seconds and 4 git commands to generate.