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, feature/twig-template-engine has been updated
       via  23c6b67bce6da666a4ce5e13d7182279808039cb (commit)
      from  829e89e50bd641031d27950d1a63e8888b083a65 (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=23c6b67bce6da666a4ce5e13d7182279808039cb

commit 23c6b67bce6da666a4ce5e13d7182279808039cb
Author: Roland Mas <[email protected]>
Date:   Tue Jun 16 17:56:49 2015 +0200

    Remove old code

diff --git a/src/plugins/message/common/messagePlugin.class.php 
b/src/plugins/message/common/messagePlugin.class.php
index 0f0d8de..f33f9a1 100644
--- a/src/plugins/message/common/messagePlugin.class.php
+++ b/src/plugins/message/common/messagePlugin.class.php
@@ -59,11 +59,6 @@ on all pages, e.g. for maintenance announcements.");
                if ($res && db_numrows($res)>0 && $message=db_result($res, 0, 
'message')) {
                        $params['message'] = $message;
                }
-                       echo '<div id="message_box">';
-                       echo html_image("ic/close.png", '', '', 
array('alt'=>_('Close'), 'id'=>'message_close', 
'style'=>'float:right;cursor:pointer'));
-                       echo $message;
-                       echo '</div>';
-               }
        }
 }
 

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

Summary of changes:
 src/plugins/message/common/messagePlugin.class.php | 5 -----
 1 file changed, 5 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