fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13377] fix check for tables


From: Sigurd Nes
Subject: [Fmsystem-commits] [13377] fix check for tables
Date: Mon, 08 Jun 2015 07:21:12 +0000

Revision: 13377
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13377
Author:   sigurdne
Date:     2015-06-08 07:21:00 +0000 (Mon, 08 Jun 2015)
Log Message:
-----------
fix check for tables

Modified Paths:
--------------
    trunk/setup/applications.php
    trunk/setup/applist.php
    trunk/setup/bulk.php
    trunk/setup/config.php
    trunk/setup/index.php
    trunk/setup/ldap.php
    trunk/setup/ldapexport.php
    trunk/setup/ldapimport.php
    trunk/setup/ldapmodify.php
    trunk/setup/schematoy.php
    trunk/setup/sqltoarray.php

Modified: trunk/setup/applications.php
===================================================================
--- trunk/setup/applications.php        2015-06-07 20:20:15 UTC (rev 13376)
+++ trunk/setup/applications.php        2015-06-08 07:21:00 UTC (rev 13377)
@@ -2,7 +2,7 @@
        /**
        * Setup
        *
-       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @copyright Copyright (C) 2000-2015 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package setup
        * @version $Id$
@@ -523,7 +523,7 @@
                                                {
                                                        
$setup_tpl->set_var('bg_class', "row_install_{$row}");
                                                        $status = 
"[{$value['status']}] " . lang('Please install');
-                                                       if ( 
isset($value['tables']) && is_array($value['tables']) && 
$GLOBALS['phpgw_setup']->detection->check_app_tables($value['name'],True))
+                                                       if ( 
isset($value['tables']) && is_array($value['tables']) && $value['tables'] && 
$GLOBALS['phpgw_setup']->detection->check_app_tables($value['name'],True))
                                                        {
                                                                // Some tables 
missing
                                                                
$setup_tpl->set_var('bg_class', "row_err_gen_{$row}");
@@ -608,4 +608,4 @@
                $setup_tpl->pparse('out','app_footer');
                $setup_tpl->pparse('out','footer');
                $GLOBALS['phpgw_setup']->html->show_footer();
-       }
+       }
\ No newline at end of file

Modified: trunk/setup/applist.php
===================================================================
--- trunk/setup/applist.php     2015-06-07 20:20:15 UTC (rev 13376)
+++ trunk/setup/applist.php     2015-06-08 07:21:00 UTC (rev 13377)
@@ -103,5 +103,4 @@
        $r = $c->send($logout);
        $v = $r->value();
 
-       $GLOBALS['phpgw_setup']->html->show_footer();
-?>
+       $GLOBALS['phpgw_setup']->html->show_footer();
\ No newline at end of file

Modified: trunk/setup/bulk.php
===================================================================
--- trunk/setup/bulk.php        2015-06-07 20:20:15 UTC (rev 13376)
+++ trunk/setup/bulk.php        2015-06-08 07:21:00 UTC (rev 13377)
@@ -164,5 +164,4 @@
        $setup_tpl->set_var('submit',lang('Upgrade'));
        $setup_tpl->set_var('cancel',lang('Cancel'));
        $setup_tpl->pparse('out','T_footer');
-       $GLOBALS['phpgw_setup']->html->show_footer();
-?>
+       $GLOBALS['phpgw_setup']->html->show_footer();
\ No newline at end of file

Modified: trunk/setup/config.php
===================================================================
--- trunk/setup/config.php      2015-06-07 20:20:15 UTC (rev 13376)
+++ trunk/setup/config.php      2015-06-08 07:21:00 UTC (rev 13377)
@@ -298,5 +298,4 @@
        $setup_tpl->set_var('lang_cancel',lang('Cancel'));
        $setup_tpl->pparse('out','T_config_post_script');
 
-       $GLOBALS['phpgw_setup']->html->show_footer();
-?>
+       $GLOBALS['phpgw_setup']->html->show_footer();
\ No newline at end of file

Modified: trunk/setup/index.php
===================================================================
--- trunk/setup/index.php       2015-06-07 20:20:15 UTC (rev 13376)
+++ trunk/setup/index.php       2015-06-08 07:21:00 UTC (rev 13377)
@@ -2,7 +2,7 @@
        /**
        * phpGroupWare Setup - http://phpGroupWare.org
        *
-       * @copyright Portions Copyright (C) 2000-2005 Free Software Foundation, 
Inc. http://www.fsf.org/
+       * @copyright Portions Copyright (C) 2000-2015 Free Software Foundation, 
Inc. http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package setup
        * @version $Id$

Modified: trunk/setup/ldap.php
===================================================================
--- trunk/setup/ldap.php        2015-06-07 20:20:15 UTC (rev 13376)
+++ trunk/setup/ldap.php        2015-06-08 07:21:00 UTC (rev 13377)
@@ -74,5 +74,4 @@
        $setup_tpl->pfp('out','cancel_only');
        $setup_tpl->pfp('out','footer');
 
-       $GLOBALS['phpgw_setup']->html->show_footer();
-?>
+       $GLOBALS['phpgw_setup']->html->show_footer();
\ No newline at end of file

Modified: trunk/setup/ldapexport.php
===================================================================
--- trunk/setup/ldapexport.php  2015-06-07 20:20:15 UTC (rev 13376)
+++ trunk/setup/ldapexport.php  2015-06-08 07:21:00 UTC (rev 13377)
@@ -349,4 +349,3 @@
        $setup_tpl->pfp('out','footer');
 
        $GLOBALS['phpgw_setup']->html->show_footer();
-?>

Modified: trunk/setup/ldapimport.php
===================================================================
--- trunk/setup/ldapimport.php  2015-06-07 20:20:15 UTC (rev 13376)
+++ trunk/setup/ldapimport.php  2015-06-08 07:21:00 UTC (rev 13377)
@@ -537,5 +537,4 @@
        $setup_tpl->pfp('out','submit');
        $setup_tpl->pfp('out','footer');
 
-       $GLOBALS['phpgw_setup']->html->show_footer();
-?>
+       $GLOBALS['phpgw_setup']->html->show_footer();
\ No newline at end of file

Modified: trunk/setup/ldapmodify.php
===================================================================
--- trunk/setup/ldapmodify.php  2015-06-07 20:20:15 UTC (rev 13376)
+++ trunk/setup/ldapmodify.php  2015-06-08 07:21:00 UTC (rev 13377)
@@ -430,4 +430,3 @@
        $setup_tpl->pfp('out','footer');
 
        $GLOBALS['phpgw_setup']->html->show_footer();
-?>

Modified: trunk/setup/schematoy.php
===================================================================
--- trunk/setup/schematoy.php   2015-06-07 20:20:15 UTC (rev 13376)
+++ trunk/setup/schematoy.php   2015-06-08 07:21:00 UTC (rev 13377)
@@ -281,4 +281,3 @@
        $GLOBALS['setup_tpl']->pparse('out','app_footer');
        $GLOBALS['setup_tpl']->pparse('out','footer');
        $GLOBALS['phpgw_setup']->html->show_footer();
-?>

Modified: trunk/setup/sqltoarray.php
===================================================================
--- trunk/setup/sqltoarray.php  2015-06-07 20:20:15 UTC (rev 13376)
+++ trunk/setup/sqltoarray.php  2015-06-08 07:21:00 UTC (rev 13377)
@@ -301,4 +301,3 @@
                }
                $setup_tpl->pfp('out','appfooter');
        }
-?>




reply via email to

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