phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5297 - in phpcompta/trunk: html/admin include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5297 - in phpcompta/trunk: html/admin include
Date: Tue, 21 May 2013 20:39:51 +0200 (CEST)

Author: danydb
Date: 2013-05-21 20:39:51 +0200 (Tue, 21 May 2013)
New Revision: 5297

Modified:
   phpcompta/trunk/html/admin/setup.php
   phpcompta/trunk/include/config_file.php
Log:
last bugs

Modified: phpcompta/trunk/html/admin/setup.php
===================================================================
--- phpcompta/trunk/html/admin/setup.php        2013-05-21 18:14:36 UTC (rev 
5296)
+++ phpcompta/trunk/html/admin/setup.php        2013-05-21 18:39:51 UTC (rev 
5297)
@@ -248,7 +248,6 @@
        echo '<p class="info"> php.ini est bien configur&eacute; 
'.$succeed.'</p>';
 } else {
        echo '<p class="warning"> php mal configur&eacute; '.$failed.'</p>';
-       exit -1;
 }
 /* check user */
 if ( (defined("MULTI") && MULTI==1)|| !defined("MULTI"))

Modified: phpcompta/trunk/include/config_file.php
===================================================================
--- phpcompta/trunk/include/config_file.php     2013-05-21 18:14:36 UTC (rev 
5296)
+++ phpcompta/trunk/include/config_file.php     2013-05-21 18:39:51 UTC (rev 
5297)
@@ -97,7 +97,7 @@
                        array('value'=>0,'label'=>'Serveur Mutualisé: un seul 
dossier')
                );
        $smulti->selected=1;
-       $smulti->javascript=' onchange="show_dbname(this)"';
+       $smulti->javascript=' onchange="show_dbname(this)" 
onkeypress="show_dbname(this)"';
 
        $icdbname=new IText('cdbname');
 



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]