[dev] [PATCH] trivial fix to vacation
Bernard Blackham
b-horde at blackham.com.au
Sun Jan 25 01:56:22 PST 2004
Splurts errors otherwise... attached.
Bernard.
--
Bernard Blackham <bernard at blackham dot com dot au>
-------------- next part --------------
--- vacation/lib/Driver/forwards.php.orig Sun Jan 25 17:51:45 2004
+++ vacation/lib/Driver/forwards.php Sun Jan 25 17:51:47 2004
@@ -67,7 +67,7 @@
// We need to find out what type of database file to use
$conf = &$GLOBALS['conf'];
$dbfile = VACATION_BASE . '/files/empty.' .
- $this->params['dbtype'] . '.bin';
+ $this->params[$realm]['dbtype'] . '.bin';
// Build the params array to pass to VFS.
$_args = array('hostspec' => $this->params[$realm]['host'],
More information about the dev
mailing list