mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
2014-05-17 Junichi Satoh <junichi@rworks.jp>
* include/functions_html.php: Fixed the PHP warning. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9946 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
4cf9251ab7
commit
e6690c6a71
@ -1,3 +1,7 @@
|
|||||||
|
2014-05-17 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* include/functions_html.php: Fixed the PHP warning.
|
||||||
|
|
||||||
2014-05-16 Junichi Satoh <junichi@rworks.jp>
|
2014-05-16 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* include/languages/Makefile: Removed unavailable language files
|
* include/languages/Makefile: Removed unavailable language files
|
||||||
|
@ -1405,6 +1405,7 @@ function html_print_table (&$table, $return = false) {
|
|||||||
if (isset ($table->headstyle[$key])) {
|
if (isset ($table->headstyle[$key])) {
|
||||||
$headStyle = ' style = "' . $table->headstyle[$key] . '" ';
|
$headStyle = ' style = "' . $table->headstyle[$key] . '" ';
|
||||||
}
|
}
|
||||||
|
else $headStyle = '';
|
||||||
|
|
||||||
$output .= '<th class="'.$table->headclass[$key].'" ' . $headColspan . $headStyle . ' scope="col">'. $heading .'</th>';
|
$output .= '<th class="'.$table->headclass[$key].'" ' . $headColspan . $headStyle . ' scope="col">'. $heading .'</th>';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user