public this repo is viewable by everyone
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Bad merge

Signed-off-by: Ted Kulp <ted@cmsmadesimple.org>


git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@4456 
3d254a34-79dc-0310-9e5f-be208747d8a0
tedkulp (author)
19 days ago
commit  d0c7ce152c41ceaef9472cf23f6be1a732ba1151
tree    ca8c6f6b9c7a10ca27feae9a363e35d5b23d0b86
parent  70bf6724fdaa23598c17553a84853459a89d3e65
...
203
204
205
206
207
208
209
210
...
203
204
205
 
 
206
207
208
0
@@ -203,8 +203,6 @@ function test_connection($params, $ajax = true)
0
 
0
   $response = new CmsAjaxResponse();
0
   
0
-  $result = CmsInstallOperations::test_database_connection($params['connection']['driver'], $params['connection']['hostname'], $params['connection']['username'], $params['connection']['password'], $params['connection']['dbname']);
0
-  
0
   $result = CmsInstallOperations::test_database_connection($params['connection']['driver'],
0
                                $params['connection']['hostname'],
0
                                $params['connection']['username'],

Comments

    No one has commented yet.