remove a notice
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user