nodocroot bei svn-hosts
hanno

hanno commited on 2008-02-12 00:27:54
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@945 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -144,7 +144,7 @@ function make_svn_vhost($id)
144 144
   if ($id == 0)
145 145
     system_failure("id == 0");
146 146
   logger('modules/vhosts/include/vhosts.php', 'vhosts', 'Converting vhost #'.$id.' to SVN');
147
-  db_query("REPLACE INTO vhosts.dav (vhost, type) VALUES ({$id}, 'svn')");
147
+  db_query("REPLACE INTO vhosts.dav (vhost, type, options) VALUES ({$id}, 'svn', 'nodocroot')");
148 148
   db_query("DELETE FROM vhosts.webapps WHERE vhost={$id}");
149 149
 }
150 150
 
151 151