small patch for imp/config/conf.php.dist
Atif Ghaffar
aghaffar@developer.ch
Wed, 18 Jul 2001 19:13:47 +0200
---------------------- multipart/mixed attachment
The imp_get_vinfo was returning usernameDomain_tld instead of=20
username_domain_tld
regards
--=20
Atif Ghaffar
Internet Development Manager
4unet AG/SA/Ltd.
---------------------------.
+41 21 351 53 60 =A6 voice
+41 79 659 89 72 =A6 mobile
+41 21 254 53 62 =A6 fax
http://www.4unet.net =A6 www
http://www.atifghaffar.com =A6 homepage
atif.ghaffar@4unet.net =A6 email
---------------------- multipart/mixed attachment
--- conf.php.dist Wed Jul 18 19:10:56 2001
+++ conf.php.dist.atif Wed Jul 18 19:10:47 2001
@@ -319,7 +319,7 @@
// $vdomain = strtolower($vdomain);
//
// if ($type == 'username') {
-// return preg_replace('|\.|', '_', $imp['user'] . $vdomain);
+// return preg_replace('|\.|', '_', $imp['user'] . '_'. $vdomain);
// } elseif ($type == "vdomain") {
// return $vdomain;
// } else {
---------------------- multipart/mixed attachment--