This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  bdd5414b820dc7b68d628e0edec5d214a76d6431 (commit)
      from  a81fcd23f8889f62ec6accbf91cd700b086fd9c8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=bdd5414b820dc7b68d628e0edec5d214a76d6431

commit bdd5414b820dc7b68d628e0edec5d214a76d6431
Author: Sylvain Beucler <[email protected]>
Date:   Wed Jun 24 15:20:57 2015 +0200

    lists: now immediately created (docfix)

diff --git a/src/www/mail/admin/index.php b/src/www/mail/admin/index.php
index becdc48..2500604 100644
--- a/src/www/mail/admin/index.php
+++ b/src/www/mail/admin/index.php
@@ -139,10 +139,6 @@ if ($group_id) {
                printf(_('Lists are named in this manner:<br 
/><strong>projectname-listname@%s</strong>'), forge_get_config('lists_host'));
                print '</p>';
 
-               print '<p>';
-               print _('It will take one hour for your list to be created.');
-               print '</p>';
-
                $mlFactory = new MailingListFactory($group);
                if (!$mlFactory || !is_object($mlFactory) || 
$mlFactory->isError()) {
                        exit_error($mlFactory->getErrorMessage(),'mail');

-----------------------------------------------------------------------

Summary of changes:
 src/www/mail/admin/index.php | 4 ----
 1 file changed, 4 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to