summaryrefslogtreecommitdiff
path: root/drivers/adodb-sqlite.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2016-01-07 10:08:50 +0100
committerDamien Regad <dregad@mantisbt.org>2016-01-07 10:19:41 +0100
commit1e1c5dcd99e45bb174e4a163865f87ec905ef674 (patch)
treecb4956f5bf029e889a352d8171f991c734d49241 /drivers/adodb-sqlite.inc.php
parent87041044b2e25907bdbc5dfc49cc208d06f15890 (diff)
downloadadodb-1e1c5dcd99e45bb174e4a163865f87ec905ef674.tar.gz
adodb-1e1c5dcd99e45bb174e4a163865f87ec905ef674.tar.bz2
adodb-1e1c5dcd99e45bb174e4a163865f87ec905ef674.zip
Use PHPdoc blocks instead of block comments
Diffstat (limited to 'drivers/adodb-sqlite.inc.php')
-rw-r--r--drivers/adodb-sqlite.inc.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/adodb-sqlite.inc.php b/drivers/adodb-sqlite.inc.php
index 94af003d..12604a1f 100644
--- a/drivers/adodb-sqlite.inc.php
+++ b/drivers/adodb-sqlite.inc.php
@@ -349,7 +349,7 @@ class ADODB_sqlite extends ADOConnection {
return $indexes;
}
- /*
+ /**
* Returns the maximum size of a MetaType C field. Because of the
* database design, sqlite places no limits on the size of data inserted
*
@@ -360,11 +360,10 @@ class ADODB_sqlite extends ADOConnection {
return ADODB_STRINGMAX_NOLIMIT;
}
- /*
+ /**
* Returns the maximum size of a MetaType X field. Because of the
* database design, sqlite places no limits on the size of data inserted
*
- *
* @return int
*/
function textMax()