for Loic
This commit is contained in:
@@ -452,9 +452,11 @@ echo ' ' . ' <input type="submit" value="' . $strGo . '" />' . "\n";
|
||||
<?php
|
||||
if ($num_tables > 0
|
||||
&& !$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == FALSE) {
|
||||
echo '<font color="red">' . $strError . '</font><br />' . "\n";
|
||||
echo ' <li>' . "\n";
|
||||
echo ' <font color="red">' . $strError . '</font><br />' . "\n";
|
||||
$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";
|
||||
echo ' </li>' . "\n";
|
||||
} // end if
|
||||
|
||||
// is this OK to check for 'class' support?
|
||||
@@ -466,7 +468,7 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) {
|
||||
<a href="pdf_pages.php3?<?php echo $takeaway; ?>"><?php echo $strEditPDFPages; ?></a>
|
||||
</li>
|
||||
|
||||
<!-- PDF schema -->
|
||||
<!-- PDF schema -->
|
||||
<?php
|
||||
// We only show this if we find something in the new pdf_pages table
|
||||
$test_query = 'SELECT * FROM ' . PMA_backquote($cfgRelation['pdf_pages'])
|
||||
|
Reference in New Issue
Block a user