Fix indentation
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
3803ee476c
commit
d04466cee4
@ -140,13 +140,13 @@ $cfg_db['Import']['charset'] = array_merge(
|
||||
);
|
||||
$cfg_db['Import']['sql_compatibility']
|
||||
= $cfg_db['Export']['sql_compatibility'] = array(
|
||||
'NONE', 'ANSI', 'DB2', 'MAXDB', 'MYSQL323',
|
||||
'MYSQL40', 'MSSQL', 'ORACLE',
|
||||
// removed; in MySQL 5.0.33, this produces exports that
|
||||
// can't be read by POSTGRESQL (see our bug #1596328)
|
||||
//'POSTGRESQL',
|
||||
'TRADITIONAL'
|
||||
);
|
||||
'NONE', 'ANSI', 'DB2', 'MAXDB', 'MYSQL323',
|
||||
'MYSQL40', 'MSSQL', 'ORACLE',
|
||||
// removed; in MySQL 5.0.33, this produces exports that
|
||||
// can't be read by POSTGRESQL (see our bug #1596328)
|
||||
//'POSTGRESQL',
|
||||
'TRADITIONAL'
|
||||
);
|
||||
$cfg_db['Import']['csv_terminated'] = 'short_string';
|
||||
$cfg_db['Import']['csv_enclosed'] = 'short_string';
|
||||
$cfg_db['Import']['csv_escaped'] = 'short_string';
|
||||
|
||||
@ -788,7 +788,8 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
|
||||
($this->diagram->getPageHeight() - $topSpace - $bottomSpace) / $gridSize
|
||||
);
|
||||
$l <= $size;
|
||||
$l++) {
|
||||
$l++
|
||||
) {
|
||||
$this->diagram->line(
|
||||
0, $l * $gridSize + $topSpace,
|
||||
$this->diagram->getPageWidth(), $l * $gridSize + $topSpace
|
||||
|
||||
Loading…
Reference in New Issue
Block a user