[vhffs-dev] [635] Fixed broken link in project index |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 635
Author: beuss
Date: 2007-05-30 08:55:16 +0000 (Wed, 30 May 2007)
Log Message:
-----------
Fixed broken link in project index
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Panel/Main.pm
Modified: trunk/vhffs-api/src/Vhffs/Panel/Main.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2007-05-30 06:58:44 UTC (rev 634)
+++ trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2007-05-30 08:55:16 UTC (rev 635)
@@ -558,7 +558,7 @@
if($config->use_mailing) {
my $ml = Vhffs::Panel::Mailinglist::getall_per_group( $vhffs, $gid );
- $services_list .= $self->create_service_index('mailing', $ml);
+ $services_list .= $self->create_service_index('mailinglist', $ml);
}
if($config->use_mail) {
@@ -746,7 +746,7 @@
cvs => 'CVS repositories',
dns => 'Domain names',
mail => 'Mail domains',
- mailing => 'Mailing lists',
+ mailinglist => 'Mailing lists',
mysql => 'MySQL DBs',
pgsql => 'PostgreSQL DBs',
repo => 'Download repositories',