coding standards
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Runs common work
|
* Runs common work
|
||||||
*/
|
*/
|
||||||
|
@@ -16,7 +16,6 @@ if (PMA_MYSQL_INT_VERSION >= 32303) {
|
|||||||
$table_info_num_rows = (isset($showtable['Rows']) ? $showtable['Rows'] : 0);
|
$table_info_num_rows = (isset($showtable['Rows']) ? $showtable['Rows'] : 0);
|
||||||
$show_comment = (isset($showtable['Comment']) ? $showtable['Comment'] : '');
|
$show_comment = (isset($showtable['Comment']) ? $showtable['Comment'] : '');
|
||||||
|
|
||||||
// better logic, thanks to Loic:
|
|
||||||
$tmp = explode(' ', $showtable['Create_options']);
|
$tmp = explode(' ', $showtable['Create_options']);
|
||||||
$tmp_cnt = count($tmp);
|
$tmp_cnt = count($tmp);
|
||||||
for ($i = 0; $i < $tmp_cnt; $i++) {
|
for ($i = 0; $i < $tmp_cnt; $i++) {
|
||||||
|
Reference in New Issue
Block a user