Added a note about bug #634931.
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
|||||||
|
|
||||||
2002-11-07 Alexander M. Turek <rabus@users.sourceforge.net>
|
2002-11-07 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* libraries/config_import.lib.php3: Fixed a small inconsistance.
|
* libraries/config_import.lib.php3: Fixed a small inconsistance.
|
||||||
|
* config.inc.php3: Added a note about bug #634931.
|
||||||
|
|
||||||
2002-11-06 Alexander M. Turek <rabus@users.sourceforge.net>
|
2002-11-06 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* translators.html, lang/*.inc.php3: Fixed some typos.
|
* translators.html, lang/*.inc.php3: Fixed some typos.
|
||||||
|
@@ -225,7 +225,7 @@ $cfg['DefaultTabTable'] = 'tbl_properties_structure.php3';
|
|||||||
// Possible values:
|
// Possible values:
|
||||||
// 'tbl_properties_structure.php3' = fields list
|
// 'tbl_properties_structure.php3' = fields list
|
||||||
// 'tbl_properties.php3' = sql form
|
// 'tbl_properties.php3' = sql form
|
||||||
// 'tbl_select.php3 = select page
|
// 'tbl_select.php3 = select page (buggy!)
|
||||||
// 'tbl_change.php3 = insert row page
|
// 'tbl_change.php3 = insert row page
|
||||||
|
|
||||||
|
|
||||||
@@ -341,7 +341,7 @@ $cfg['TextareaCols'] = 40; // textarea size (columns) in edit m
|
|||||||
// (this value will be emphasized (*2) for sql
|
// (this value will be emphasized (*2) for sql
|
||||||
// query textareas)
|
// query textareas)
|
||||||
$cfg['TextareaRows'] = 7; // textarea size (rows) in edit mode
|
$cfg['TextareaRows'] = 7; // textarea size (rows) in edit mode
|
||||||
$cfg['TextareaAutoSelect'] = TRUE; // autoselect when clicking in the textarea of the querybox
|
$cfg['TextareaAutoSelect'] = TRUE; // autoselect when clicking in the textarea of the querybox
|
||||||
$cfg['CharTextareaCols'] = 40; // textarea size (columns) for CHAR/VARCHAR
|
$cfg['CharTextareaCols'] = 40; // textarea size (columns) for CHAR/VARCHAR
|
||||||
$cfg['CharTextareaRows'] = 2; // textarea size (rows) for CHAR/VARCHAR
|
$cfg['CharTextareaRows'] = 2; // textarea size (rows) for CHAR/VARCHAR
|
||||||
$cfg['LimitChars'] = 50; // max field data length in browse mode
|
$cfg['LimitChars'] = 50; // max field data length in browse mode
|
||||||
|
Reference in New Issue
Block a user