]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-user.php
Fixes for JavaScript in member booking with set limit
[mailer.git] / inc / extensions / ext-user.php
index 47ddfe369795c006701c43649113ed0ebbc7bfd1..9f30d00bac3c77277b3db66d99ad3e5d476d6b41 100644 (file)
@@ -427,8 +427,8 @@ INDEX (`userid`)",
 
                        case '0.3.9': // SQL queries for v0.3.9
                                // Register new filters for gathering points
-                               registerFilter(__FUNCTION__, __LINE__, 'get_total_points', 'USER_POINTS', true, isExtensionDryRun());
-                               registerFilter(__FUNCTION__, __LINE__, 'get_own_points', 'USER_POINTS', true, isExtensionDryRun());
+                               registerFilter('get_total_points', 'USER_POINTS', false, true, isExtensionDryRun());
+                               registerFilter('get_own_points', 'USER_POINTS', false, true, isExtensionDryRun());
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Filter registriert, die das eigene {?POINTS?}-Guthaben des Mitgliedes zurückliefern.");