1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP |
2 |
--- e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP 2006-10-02 20:09:08.000000000 -0500 |
3 |
+++ mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP 2006-10-02 20:08:44.000000000 -0500 |
4 |
@@ -31,8 +31,12 @@ |
5 |
'homePhone' => 'homephone', |
6 |
'workPhone' => 'telephonenumber', |
7 |
'cellPhone' => 'mobiletelephonenumber', |
8 |
- 'homeAddress' => 'homepostaladdress' |
9 |
- // 'freebusyUrl' => 'calFBURL' |
10 |
+{ |
11 |
+ my $hordefreebusy = $horde{'freebusy'} || 'disabled'; return " \'homeAddress\' => \'homepostaladdress\'\n #freebusy is currently not enabled. To enable - config setprop horde freebusy enabled" unless ($hordefreebusy eq "enabled"); |
12 |
+ $OUT .= ' \'homeAddress\' => \'homepostaladdress\',' |
13 |
+ . "\n" |
14 |
+ . ' \'freebusyUrl\' => \'calFBURL\''; |
15 |
+} |
16 |
), |
17 |
'search' => array( |
18 |
'name', |