From 335660f67ef5160cbd2ac02a105e8b3fe600a4fe Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 04 Jan 2012 10:57:50 -0500
Subject: [PATCH] 

---
 interface/web/admin/form/server_ip.tform.php |    2 +-
 install/update.php                           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/update.php b/install/update.php
index 223613a..ad24009 100644
--- a/install/update.php
+++ b/install/update.php
@@ -121,7 +121,7 @@
 //** Detect the installed applications
 $inst->find_installed_apps();
 
-echo "This application will update ISPConfig 3 on your server.\n";
+echo "This application will update ISPConfig 3 on your server.\n\n";
 
 //* Make a backup before we start the update
 $do_backup = $inst->simple_query('Shall the script create a ISPConfig backup in /var/backup/ now?', array('yes','no'),'yes');
diff --git a/interface/web/admin/form/server_ip.tform.php b/interface/web/admin/form/server_ip.tform.php
index 9cab997..eb98f7d 100644
--- a/interface/web/admin/form/server_ip.tform.php
+++ b/interface/web/admin/form/server_ip.tform.php
@@ -100,7 +100,7 @@
 			'formtype'	=> 'SELECT',
 			'default'	=> '',
 			'datasource'	=> array ( 	'type'	=> 'SQL',
-										'querystring' => 'SELECT client_id,CONCAT(company_name,' :: ',username) as name FROM client WHERE {AUTHSQL} ORDER BY contact_name',
+										'querystring' => "SELECT client_id,CONCAT(company_name,' :: ',username) as name FROM client WHERE {AUTHSQL} ORDER BY contact_name",
 										'keyfield'=> 'client_id',
 										'valuefield'=> 'name'
 									 ),

--
Gitblit v1.9.1