summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
*