1 |
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 |
2 |
--- smeserver-sme7admin-1.1.0/root/etc/e-smith/web/functions/sme7admin 2008-06-23 19:43:13.000000000 +0200 |
3 |
+++ mezzanine_patched_smeserver-sme7admin-1.1.0/root/etc/e-smith/web/functions/sme7admin 2008-06-23 19:41:04.000000000 +0200 |
4 |
@@ -436,8 +436,7 @@ |
5 |
$InternalIP = $smedb->get("LocalIP")->value; |
6 |
|
7 |
foreach my $key (keys(%params)){ |
8 |
- |
9 |
- $params{$key} = $sme7admindb->prop($key) || ''; |
10 |
+ $params{$key} = $sme7admindb->prop($key); |
11 |
} |
12 |
} |
13 |
|