From 8ef8f753cb45125db0f392d6ac4dc72daf0d8c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 25 Jan 2010 12:45:21 +0000 Subject: [PATCH] Better documentation. --- libraries/config.default.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index 03f031049..a61c80006 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -865,14 +865,16 @@ $cfg['SuggestDBName'] = true; $cfg['NavigationBarIconic'] = true; /** - * allows to display all the rows + * Defines whether a user should be displayed a "show all (records)" + * button in browse mode or not. * * @global boolean $cfg['ShowAll'] */ $cfg['ShowAll'] = false; /** - * maximum number of rows to display + * Number of rows displayed when browsing a result set. If the result + * set contains more rows, "Previous" and "Next". * * @global integer $cfg['MaxRows'] */ @@ -988,7 +990,7 @@ $cfg['CompressOnFly'] = true; */ /** - * use graphically less intense menu tabs + * Use graphically less intense menu tabs * * @global boolean $cfg['LightTabs'] */