diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-31 07:06:36 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-31 07:06:36 +0000 |
| commit | ab5a49d37c0be08bc1a84cea6bd5ddd946377e0a (patch) | |
| tree | 1a1b854fcafe55d0eb1c45e580fb7227267033c1 /plugins/enigma/lib/enigma_ui.php | |
| parent | 1767322c2a35dad565e1f25b7466d7a5874ef1a6 (diff) | |
- updated Crypt_GPG package + some small fixes
git-svn-id: https://svn.roundcube.net/trunk@3929 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/enigma/lib/enigma_ui.php')
| -rw-r--r-- | plugins/enigma/lib/enigma_ui.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/enigma/lib/enigma_ui.php b/plugins/enigma/lib/enigma_ui.php index a8af09362..9db7eab2e 100644 --- a/plugins/enigma/lib/enigma_ui.php +++ b/plugins/enigma/lib/enigma_ui.php @@ -232,7 +232,7 @@ class enigma_ui /** * Returns text representation of list records counter */ - private function get_rowcount_text($all, $curr_count, $page) + private function get_rowcount_text($all=0, $curr_count=0, $page=1) { $pagesize = $this->rc->config->get('pagesize', 100); $first = ($page - 1) * $pagesize; |
