bug 583833
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-07-19 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* pdf_schema.php3, bug 583833: should not complain if some tables
|
||||||
|
are missing
|
||||||
|
|
||||||
2002-07-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2002-07-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* pdf_page.php3; libraries/common.lib.php3: PHP3 fixes.
|
* pdf_page.php3; libraries/common.lib.php3: PHP3 fixes.
|
||||||
* tbl_properties_structure.php3: coding standards.
|
* tbl_properties_structure.php3: coding standards.
|
||||||
|
@@ -27,8 +27,13 @@ $cfgRelation = PMA_getRelationsParam();
|
|||||||
* This page is absolutely useless if you didn't set up your tables
|
* This page is absolutely useless if you didn't set up your tables
|
||||||
* correctly, so it is a good place to see which tables we can and
|
* correctly, so it is a good place to see which tables we can and
|
||||||
* complain ;-)
|
* complain ;-)
|
||||||
|
*
|
||||||
|
* lem9: but only complain if relation (relwork),
|
||||||
|
* pdf_pages or table_coords (pdfwork)
|
||||||
|
* are missing
|
||||||
*/
|
*/
|
||||||
if (!$cfgRelation['allworks']) {
|
//if (!$cfgRelation['allworks']) {
|
||||||
|
if (!$cfgRelation['relwork'] || !$cfgRelation['pdfwork']) {
|
||||||
echo '<font color="red">' . $strError . '</font><br />' . "\n";
|
echo '<font color="red">' . $strError . '</font><br />' . "\n";
|
||||||
$url_to_goto = '<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php3?' . $url_query . '">';
|
$url_to_goto = '<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php3?' . $url_query . '">';
|
||||||
echo sprintf($strRelationNotWorking, $url_to_goto, '</a>') . "\n";
|
echo sprintf($strRelationNotWorking, $url_to_goto, '</a>') . "\n";
|
||||||
|
Reference in New Issue
Block a user