MDL-20169 fixed coding style, parameter type required

This commit is contained in:
skodak 2009-08-27 19:14:45 +00:00
parent 622365d2e1
commit 92ebcabeb3
16 changed files with 48 additions and 48 deletions

View file

@ -516,7 +516,7 @@ class flexible_table {
$this->sess->i_last = '';
}
$this->currpage = optional_param($this->request[TABLE_VAR_PAGE], 0);
$this->currpage = optional_param($this->request[TABLE_VAR_PAGE], 0, PARAM_INT);
$this->setup = true;
/// Always introduce the "flexible" class for the table if not specified