We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e080f commit 30e9d28Copy full SHA for 30e9d28
plugin/resubscription/src/HookResubscription.php
@@ -45,7 +45,7 @@ public function hookResubscribe(HookResubscribeEventInterface $hook)
45
$limitDate = gmdate($limitDateFormat, strtotime("$limitDate -$resubscriptionOffset"));
46
}
47
48
- $join = " INNER JOIN ".Database::get_main_table(TABLE_MAIN_SESSION)."ON id = session_id";
+ $join = " INNER JOIN ".Database::get_main_table(TABLE_MAIN_SESSION)." ON id = session_id";
49
50
// User sessions and courses
51
$userSessions = Database::select(
0 commit comments