diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-11-07 12:47:52 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2021-11-07 12:47:52 +0100 |
| commit | 851545c294b85e18eb4fa0050a33b72224a5c2ef (patch) | |
| tree | 6f5ff912b3d5fc45a254bbbad2d555938408d949 /drivers/adodb-postgres7.inc.php | |
| parent | 9613c9130f74911384c06e2c6cf1c461515a12c1 (diff) | |
| download | adodb-851545c294b85e18eb4fa0050a33b72224a5c2ef.tar.gz adodb-851545c294b85e18eb4fa0050a33b72224a5c2ef.tar.bz2 adodb-851545c294b85e18eb4fa0050a33b72224a5c2ef.zip | |
Whitespace, coding guidelines, PHPdoc
Diffstat (limited to 'drivers/adodb-postgres7.inc.php')
| -rw-r--r-- | drivers/adodb-postgres7.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/adodb-postgres7.inc.php b/drivers/adodb-postgres7.inc.php index 59174f67..4e7e87a6 100644 --- a/drivers/adodb-postgres7.inc.php +++ b/drivers/adodb-postgres7.inc.php @@ -155,7 +155,7 @@ class ADODB_postgres7 extends ADODB_postgres64 { } /** - * @returns assoc array where keys are tables, and values are foreign keys + * @returns array where keys are tables, and values are foreign keys */ function MetaForeignKeys($table, $owner=false, $upper=false) { |
