remove a notice

This commit is contained in:
Marc Delisle
2002-07-12 12:16:05 +00:00
parent ee3607adfd
commit 6bf0c44168
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ $Source$
2002-07-12 Marc Delisle <lem9@users.sourceforge.net>
* libraries/select_lang.lib.php3: add -utf-8 choices
* lang/indonesian updates, thanks to Rachim Tamsjadi
* libraries/relation.lib.php3: better initialization for a variable,
thanks to Jurgen Schwietering (jurgen at schwietering.com)
2002-07-11 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* pdf_schema.php3; tbl_printview.php3; tbl_properties_links.php3;

View File

@@ -74,7 +74,7 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
{
global $cfg, $server, $err_url_0, $db, $table;
$cfgRelation = '';
$cfgRelation = array();
$cfgRelation['relwork'] = FALSE;
$cfgRelation['displaywork'] = FALSE;
$cfgRelation['pdfwork'] = FALSE;