bernd commited on 2008-02-12 00:34:19
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@946 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, 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 |
|
| 151 | 151 |