diff options
Diffstat (limited to 'datadict/datadict-db2.inc.php')
| -rw-r--r-- | datadict/datadict-db2.inc.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/datadict/datadict-db2.inc.php b/datadict/datadict-db2.inc.php index 9c0c5e73..69c40986 100644 --- a/datadict/datadict-db2.inc.php +++ b/datadict/datadict-db2.inc.php @@ -1,7 +1,7 @@ <?php /** - @version v5.20.10 08-Mar-2018 + @version v5.21.0-dev ??-???-2016 @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved. @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community Released under both BSD license and Lesser GPL library license. @@ -73,8 +73,7 @@ class ADODB2_db2 extends ADODB_DataDict { return array(); } - - function ChangeTableSQL($tablename, $flds, $tableoptions = false) + function ChangeTableSQL($tablename, $flds, $tableoptions = false, $dropOldFlds=false) { /** |
