diff -Nur -x '*.orig' -x '*.rej' smeserver-sme7admin-1.1.0/root/etc/e-smith/web/functions/sme7admin mezzanine_patched_smeserver-sme7admin-1.1.0/root/etc/e-smith/web/functions/sme7admin --- smeserver-sme7admin-1.1.0/root/etc/e-smith/web/functions/sme7admin 2008-06-23 19:43:13.000000000 +0200 +++ mezzanine_patched_smeserver-sme7admin-1.1.0/root/etc/e-smith/web/functions/sme7admin 2008-06-23 19:41:04.000000000 +0200 @@ -436,8 +436,7 @@ $InternalIP = $smedb->get("LocalIP")->value; foreach my $key (keys(%params)){ - - $params{$key} = $sme7admindb->prop($key) || ''; + $params{$key} = $sme7admindb->prop($key); } }