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, master has been updated
       via  58e31427e5657cef20b250e31e8867ab97264958 (commit)
      from  31ee1eb344d393445f5cdf981282da3625e02531 (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=58e31427e5657cef20b250e31e8867ab97264958

commit 58e31427e5657cef20b250e31e8867ab97264958
Author: Franck Villaume <[email protected]>
Date:   Sun Mar 24 14:27:06 2019 +0100

    fix PHP syntax

diff --git a/src/plugins/wiki/www/lib/WikiDB/adodb/drivers/adodb-sqlite.inc.php 
b/src/plugins/wiki/www/lib/WikiDB/adodb/drivers/adodb-sqlite.inc.php
index bfa51f6..fa69f7d 100644
--- a/src/plugins/wiki/www/lib/WikiDB/adodb/drivers/adodb-sqlite.inc.php
+++ b/src/plugins/wiki/www/lib/WikiDB/adodb/drivers/adodb-sqlite.inc.php
@@ -262,7 +262,7 @@ class ADODB_sqlite extends ADOConnection {
                return @sqlite_close($this->_connectionID);
        }
 
-       function MetaIndexes($table, $primary = FALSE, $owner=false, $owner = 
false)
+       function MetaIndexes($table, $primary = FALSE, $owner=false)
        {
                $false = false;
                // save old fetch mode
diff --git 
a/src/plugins/wiki/www/lib/WikiDB/adodb/drivers/adodb-sqlite3.inc.php 
b/src/plugins/wiki/www/lib/WikiDB/adodb/drivers/adodb-sqlite3.inc.php
index ec15e82..afbfae3 100644
--- a/src/plugins/wiki/www/lib/WikiDB/adodb/drivers/adodb-sqlite3.inc.php
+++ b/src/plugins/wiki/www/lib/WikiDB/adodb/drivers/adodb-sqlite3.inc.php
@@ -282,7 +282,7 @@ class ADODB_sqlite3 extends ADOConnection {
                return $this->_connectionID->close();
        }
 
-       function MetaIndexes($table, $primary = FALSE, $owner=false, $owner = 
false)
+       function MetaIndexes($table, $primary = FALSE, $owner=false)
        {
                $false = false;
                // save old fetch mode

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

Summary of changes:
 src/plugins/wiki/www/lib/WikiDB/adodb/drivers/adodb-sqlite.inc.php  | 2 +-
 src/plugins/wiki/www/lib/WikiDB/adodb/drivers/adodb-sqlite3.inc.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to