[Pkg-owncloud-commits] [php-sabredav] 09/64: More hardcoded table names #541

David Prévot taffit at moszumanska.debian.org
Thu Dec 11 15:13:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag 2.2.0alpha1
in repository php-sabredav.

commit afde03541ae399e10df19915e239d47eea65b268
Author: Dominik Tobschall <dominik at fruux.com>
Date:   Wed Oct 29 16:33:12 2014 +0100

    More hardcoded table names #541
---
 lib/CalDAV/Backend/PDO.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/CalDAV/Backend/PDO.php b/lib/CalDAV/Backend/PDO.php
index c8ed484..7f449d6 100644
--- a/lib/CalDAV/Backend/PDO.php
+++ b/lib/CalDAV/Backend/PDO.php
@@ -766,9 +766,9 @@ class PDO extends AbstractBackend implements SyncSupport, SubscriptionSupport, S
 SELECT
     calendars.uri AS calendaruri, calendarobjects.uri as objecturi
 FROM
-    $this->calendarObjectTableName
+    $this->calendarObjectTableName AS calendarobjects
 LEFT JOIN
-    calendars
+    $this->calendarTableName AS calendars
     ON calendarobjects.calendarid = calendars.id
 WHERE
     calendars.principaluri = ?

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list