missing global dbh
This commit is contained in:
@@ -9,6 +9,7 @@ $Source$
|
|||||||
* libraries/sqlparser.lib.php3, bug 608459: syntax coloring and
|
* libraries/sqlparser.lib.php3, bug 608459: syntax coloring and
|
||||||
alias without AS
|
alias without AS
|
||||||
* libraries/display_tbl.lib.php3, bug 574852: relation and ORDER BY
|
* libraries/display_tbl.lib.php3, bug 574852: relation and ORDER BY
|
||||||
|
* db_details_qbe.php3: missing global $dbh
|
||||||
|
|
||||||
2002-09-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2002-09-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* tbl_printview.php3: fix for #611499 (empty comment column)
|
* tbl_printview.php3: fix for #611499 (empty comment column)
|
||||||
|
@@ -925,7 +925,7 @@ if (isset($Field) && count($Field) > 0) {
|
|||||||
// master to foreign or vice versa
|
// master to foreign or vice versa
|
||||||
|
|
||||||
function getrelatives($from) {
|
function getrelatives($from) {
|
||||||
global $tab_left,$tab_know,$fromclause,$db,$cfgRelation;
|
global $tab_left,$tab_know,$fromclause,$db,$cfgRelation,$dbh;
|
||||||
if ($from == 'master') {
|
if ($from == 'master') {
|
||||||
$to = 'foreign';
|
$to = 'foreign';
|
||||||
} else {
|
} else {
|
||||||
@@ -1086,4 +1086,4 @@ if (!empty($qry_orderby)) {
|
|||||||
* Displays the footer
|
* Displays the footer
|
||||||
*/
|
*/
|
||||||
require('./footer.inc.php3');
|
require('./footer.inc.php3');
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user