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 5880c3120e4683671ec3c11005cf24bd0095d06e (commit)
from fc93d8176b50aa9f46b9fd93f9d7dc5a9cd84262 (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=5880c3120e4683671ec3c11005cf24bd0095d06e
commit 5880c3120e4683671ec3c11005cf24bd0095d06e
Author: Franck Villaume <[email protected]>
Date: Tue Jul 30 18:10:29 2019 +0200
remove deprecated functions
diff --git a/src/plugins/wiki/www/lib/WikiDB/adodb/adodb-xmlschema.inc.php
b/src/plugins/wiki/www/lib/WikiDB/adodb/adodb-xmlschema.inc.php
index 2509135..d6bc7be 100644
--- a/src/plugins/wiki/www/lib/WikiDB/adodb/adodb-xmlschema.inc.php
+++ b/src/plugins/wiki/www/lib/WikiDB/adodb/adodb-xmlschema.inc.php
@@ -2184,18 +2184,6 @@ class adoSchema {
return $this->sqlArray;
}
-
- /**
- * Destroys an adoSchema object.
- *
- * Call this method to clean up after an adoSchema object that is no
longer in use.
- * @deprecated adoSchema now cleans up automatically.
- */
- function Destroy() {
- ini_set("magic_quotes_runtime", $this->mgq );
- #set_magic_quotes_runtime( $this->mgq );
- unset( $this );
- }
}
/**
diff --git a/src/plugins/wiki/www/lib/WikiDB/adodb/adodb-xmlschema03.inc.php
b/src/plugins/wiki/www/lib/WikiDB/adodb/adodb-xmlschema03.inc.php
index c38aa86..29e21f3 100644
--- a/src/plugins/wiki/www/lib/WikiDB/adodb/adodb-xmlschema03.inc.php
+++ b/src/plugins/wiki/www/lib/WikiDB/adodb/adodb-xmlschema03.inc.php
@@ -2365,18 +2365,6 @@ class adoSchema {
return $this->sqlArray;
}
-
- /**
- * Destroys an adoSchema object.
- *
- * Call this method to clean up after an adoSchema object that is no
longer in use.
- * @deprecated adoSchema now cleans up automatically.
- */
- function Destroy() {
- ini_set("magic_quotes_runtime", $this->mgq );
- #set_magic_quotes_runtime( $this->mgq );
- unset( $this );
- }
}
/**
-----------------------------------------------------------------------
Summary of changes:
.../wiki/www/lib/WikiDB/adodb/adodb-xmlschema.inc.php | 12 ------------
.../wiki/www/lib/WikiDB/adodb/adodb-xmlschema03.inc.php | 12 ------------
2 files changed, 24 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits