From 77fccc9d0054b1748a05e25f2e57d64cf462b8f6 Mon Sep 17 00:00:00 2001 From: Jakob Sack Date: Sat, 6 Aug 2011 23:09:55 +0200 Subject: TEMPORARY update path for carddav testers --- apps/contacts/temporaryupdate.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/contacts/temporaryupdate.php (limited to 'apps/contacts') diff --git a/apps/contacts/temporaryupdate.php b/apps/contacts/temporaryupdate.php new file mode 100644 index 00000000000..bb5ff7604f3 --- /dev/null +++ b/apps/contacts/temporaryupdate.php @@ -0,0 +1,13 @@ +getPrincipalByPath('principals/'.$user); + if(!isset($foo)){ + OC_Connector_Sabre_Principal::addPrincipal(array('uid'=>$user)); + } +} +echo "done"; \ No newline at end of file -- cgit v1.2.3