program/include/html.php
@@ -5,7 +5,7 @@ | program/include/html.php | | | | This file is part of the RoundCube Webmail client | | Copyright (C) 2005-2008, RoundCube Dev, - Switzerland | | Copyright (C) 2005-2009, RoundCube Dev, - Switzerland | | Licensed under the GNU GPL | | | | PURPOSE: | @@ -669,6 +669,16 @@ unset($this->attrib['cols'], $this->attrib['rowsonly']); return parent::show(); } /** * Count number of rows * * @return The number of rows */ public function size() { return count($this->rows); } } ?>