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.1 has been updated
       via  10cd66d6cc1b20862f6e2f84ed533ab57d32f5e6 (commit)
      from  d63caaaeb990f9d489788227449ac4efab1a5986 (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=10cd66d6cc1b20862f6e2f84ed533ab57d32f5e6

commit 10cd66d6cc1b20862f6e2f84ed533ab57d32f5e6
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Sun Apr 22 18:46:30 2018 +0200

    remove empty line + missing space

diff --git a/src/www/project/admin/vhost.php b/src/www/project/admin/vhost.php
index 8e06205..da206a4 100644
--- a/src/www/project/admin/vhost.php
+++ b/src/www/project/admin/vhost.php
@@ -73,7 +73,6 @@ if (getStringFromRequest('createvhost')) {
        }
 }
 
-
 if (getStringFromRequest('deletevhost')) {
        $vhostid = getStringFromRequest('vhostid');
 
@@ -104,7 +103,6 @@ if (getStringFromRequest('deletevhost')) {
                $systasksq = new SysTasksQ();
                $systasksq->add(SYSTASK_CORE, 'WEB_VHOSTS', $group_id);
        }
-
 }
 
 project_admin_header(array('title'=>_('Virtual Host 
Management'),'group'=>$group->getID()));
@@ -143,7 +141,7 @@ if (db_numrows($res_db) > 0) {
        while ($row_db = db_fetch_array($res_db)) {
                $cells = array();
                $cells[][] = $row_db['vhost_name'];
-               $cells[][] = '[ 
<strong>'.util_make_link('/project/admin/vhost.php?group_id='.$group->getID().'&vhostid='.$row_db['vhostid'].'&deletevhost=1',
 _('Delete')).'</strong>]';
+               $cells[][] = '[ 
<strong>'.util_make_link('/project/admin/vhost.php?group_id='.$group->getID().'&vhostid='.$row_db['vhostid'].'&deletevhost=1',
 _('Delete')).'</strong> ]';
                echo $HTML->multiTableRow(array(), $cells);
        }
        echo $HTML->listTableBottom();

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

Summary of changes:
 src/www/project/admin/vhost.php | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to