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, 6.1 has been updated
via 355d71af8464fadf6fc4797760fcefd1a4fdcadc (commit)
from 1aa6fe9fbae5ea8b769aa01fd10233fd02e2e9cb (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=355d71af8464fadf6fc4797760fcefd1a4fdcadc
commit 355d71af8464fadf6fc4797760fcefd1a4fdcadc
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