missing ; after "
This commit is contained in:
@@ -21,6 +21,7 @@ $Source$
|
|||||||
- common.lib.php should REALLY REALLY and ALWAYS be the first include
|
- common.lib.php should REALLY REALLY and ALWAYS be the first include
|
||||||
- no other calls to grab_gloabls.lib.php
|
- no other calls to grab_gloabls.lib.php
|
||||||
* fixed minimum_common for css files
|
* fixed minimum_common for css files
|
||||||
|
* header.inc.php: missing ; after "
|
||||||
|
|
||||||
2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
|
2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html: patch #1353283, thanks to Isaac Bennetch
|
* Documentation.html: patch #1353283, thanks to Isaac Bennetch
|
||||||
|
@@ -207,7 +207,7 @@ if (empty($GLOBALS['is_header_sent'])) {
|
|||||||
htmlspecialchars($GLOBALS['table']),
|
htmlspecialchars($GLOBALS['table']),
|
||||||
(isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view'] ? $GLOBALS['strView'] : $GLOBALS['strTable']),
|
(isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view'] ? $GLOBALS['strView'] : $GLOBALS['strTable']),
|
||||||
(isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view'] ? 'b_views' : 's_tbl') . '.png' );
|
(isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view'] ? 'b_views' : 's_tbl') . '.png' );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Displays table comment
|
* Displays table comment
|
||||||
* @uses $show_comment from tbl_properties_table_info.php
|
* @uses $show_comment from tbl_properties_table_info.php
|
||||||
@@ -233,7 +233,7 @@ if (empty($GLOBALS['is_header_sent'])) {
|
|||||||
// in db_details_db_info.php only once
|
// in db_details_db_info.php only once
|
||||||
if ($cfgRelation['commwork']) {
|
if ($cfgRelation['commwork']) {
|
||||||
$comment = PMA_getComments( $GLOBALS['db'] );
|
$comment = PMA_getComments( $GLOBALS['db'] );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Displays table comment
|
* Displays table comment
|
||||||
*/
|
*/
|
||||||
@@ -241,7 +241,7 @@ if (empty($GLOBALS['is_header_sent'])) {
|
|||||||
echo '<span class="table_comment"'
|
echo '<span class="table_comment"'
|
||||||
.' id="span_table_comment">"'
|
.' id="span_table_comment">"'
|
||||||
.htmlspecialchars(implode(' ', $comment))
|
.htmlspecialchars(implode(' ', $comment))
|
||||||
.'"</span>' . "\n";
|
.'"</span>' . "\n";
|
||||||
} // end if
|
} // end if
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user