coding standards

This commit is contained in:
Loïc Chapeaux
2002-07-05 12:08:45 +00:00
parent a967a579fc
commit ebb7915de3
3 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
<?php
/* $Id$ */
/**
* Runs common work
*/

View File

@@ -16,7 +16,6 @@ if (PMA_MYSQL_INT_VERSION >= 32303) {
$table_info_num_rows = (isset($showtable['Rows']) ? $showtable['Rows'] : 0);
$show_comment = (isset($showtable['Comment']) ? $showtable['Comment'] : '');
// better logic, thanks to Loic:
$tmp = explode(' ', $showtable['Create_options']);
$tmp_cnt = count($tmp);
for ($i = 0; $i < $tmp_cnt; $i++) {