Browse code

letzter commit rückgängig

git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@946 87cf0b9e-d624-0410-a070-f6ee81989793

bernd authored on 12/02/2008 00:34:19
Showing 1 changed files
... ...
@@ -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, options) VALUES ({$id}, 'svn', 'nodocroot')");
147
+  db_query("REPLACE INTO vhosts.dav (vhost, type) VALUES ({$id}, 'svn')");
148 148
   db_query("DELETE FROM vhosts.webapps WHERE vhost={$id}");
149 149
 }
150 150