mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-28 15:40:14 +00:00
Correctly make calendar.
This commit is contained in:
parent
1e7a71c1bb
commit
91122ccd6a
@ -125,7 +125,7 @@ if ( isset($request->xml_tags) ) {
|
||||
}
|
||||
|
||||
$sql = "SELECT * FROM collection WHERE dav_name = ?;";
|
||||
$qry = new PgQuery( $sql, $request->user_no, $request->path );
|
||||
$qry = new PgQuery( $sql, $request->path );
|
||||
if ( ! $qry->Exec("MKCALENDAR") ) {
|
||||
$request->DoResponse( 500, translate("Error querying database.") );
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user