diff options
| author | Damien Regad <dregad@mantisbt.org> | 2026-02-17 17:58:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-17 17:58:27 +0100 |
| commit | d0d0e698fc0cfea3cf43a3b85eb3bd48eeb98057 (patch) | |
| tree | bf3b0a8fa66061b9e540a52623640c6210e6201c | |
| parent | d722ded33d39b5503fddd8845c38e5388a1a18e7 (diff) | |
| download | adodb-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.php | 2 |
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 * |
