/[smecontribs]/rpms/smeserver-mimp/contribs7/smeserver-mimp-1.0-11.mimp-db_check.patch
ViewVC logotype

Contents of /rpms/smeserver-mimp/contribs7/smeserver-mimp-1.0-11.mimp-db_check.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Mar 25 14:13:08 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-mimp-1_0-11_el4_sme
Import on branch contribs7 of package smeserver-mimp-1.0-11.el4.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/115AppRegistryMimp mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/115AppRegistryMimp
2 --- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/115AppRegistryMimp 2006-10-12 22:38:58.000000000 -0500
3 +++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/115AppRegistryMimp 2006-10-12 22:38:09.000000000 -0500
4 @@ -3,6 +3,9 @@
5 'fileroot' => dirname(__FILE__) . '/../mimp',
6 'webroot' => $this->applications['horde']['webroot'] . '/mimp',
7 'name' => _("Mobile Mail"),
8 - 'status' => 'hidden'
9 +{
10 +my $Mimp = $mimp{'status'} || 'disabled'; return " \'status\' => \'inactive\'" unless ($Mimp eq "enabled");
11 + $OUT .=' \'status\' => \'hidden\''
12 +}
13 );
14

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed