2
0
forked from Wavyzz/dolibarr

Work on task #10579 : Simplify code using editor

This commit is contained in:
Laurent Destailleur
2010-09-04 12:52:06 +00:00
parent bd5ee3e9c7
commit 2368cc676e
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ class DolEditor
{
$this->content = $content;
$this->htmlname = $htmlname;
$this->rows=max(4,$rows);
$this->rows=max(ROWS_3,$rows);
$this->cols=max(40,$cols);
}
}