/[smeserver]/rpms/e-smith-turba/sme7/e-smith-turba-1.7-07.turba_horde_registry_php.patch
ViewVC logotype

Annotation of /rpms/e-smith-turba/sme7/e-smith-turba-1.7-07.turba_horde_registry_php.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 16:17:31 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-turba-1_7_0-17_el4_sme, e-smith-turba-1_7_0-16_el4_sme
Import on branch sme7 of package e-smith-turba-1.7.0-16.el4.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/210AppRegistryTurba mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/210AppRegistryTurba
2     --- e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/210AppRegistryTurba 1969-12-31 18:00:00.000000000 -0600
3     +++ mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/210AppRegistryTurba 2006-10-05 21:04:06.000000000 -0500
4     @@ -0,0 +1,17 @@
5     +// 210AppRegistryTurba
6     +$this->applications['turba'] = array(
7     + 'fileroot' => dirname(__FILE__) . '/../turba',
8     + 'webroot' => $this->applications['horde']['webroot'] . '/turba',
9     + 'name' => _("Address Book"),
10     + 'status' => 'active',
11     + 'provides' => array('contacts', 'clients'),
12     + 'menu_parent' => 'organizing'
13     +);
14     +
15     +$this->applications['turba-menu'] = array(
16     + 'status' => 'block',
17     + 'app' => 'turba',
18     + 'blockname' => 'tree_menu',
19     + 'menu_parent' => 'turba',
20     +);
21     +

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