mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-24 17:36:39 +00:00
Ensure PgQuery is loaded while it's still needed.
This commit is contained in:
parent
d943c3f263
commit
45f9a0039d
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
require_once("iCalendar.php");
|
||||
include_once("RRule.php");
|
||||
require_once('iCalendar.php');
|
||||
include_once('RRule.php');
|
||||
require_once('PgQuery.php');
|
||||
|
||||
if ( isset($request->by_email) ) {
|
||||
$where = "WHERE caldav_data.user_no = $request->user_no ";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user