summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2026-02-17 17:58:27 +0100
committerGitHub <noreply@github.com>2026-02-17 17:58:27 +0100
commitd0d0e698fc0cfea3cf43a3b85eb3bd48eeb98057 (patch)
treebf3b0a8fa66061b9e540a52623640c6210e6201c
parentd722ded33d39b5503fddd8845c38e5388a1a18e7 (diff)
downloadadodb-d0d0e698fc0cfea3cf43a3b85eb3bd48eeb98057.tar.gz
adodb-d0d0e698fc0cfea3cf43a3b85eb3bd48eeb98057.tar.bz2
adodb-d0d0e698fc0cfea3cf43a3b85eb3bd48eeb98057.zip
PHPDoc: clarify $cachedSchemaFlush usage
Following discussion in in PR review https://github.com/ADOdb/ADOdb/pull/1176#discussion_r2808129211
-rw-r--r--adodb.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/adodb.inc.php b/adodb.inc.php
index b16c7b8b..485ae4ea 100644
--- a/adodb.inc.php
+++ b/adodb.inc.php
@@ -757,7 +757,7 @@ if (!defined('_ADODB_LAYER')) {
var $locale;
/**
- * Setting true forces metacolumns to be read the db for
+ * Setting true forces {@see metaColumns()} to read the db for
* each access of a table instead of using cached version.
* Currently only works on mssqlnative
*