Home
last modified time | relevance | path

Searched refs:show_max (Results 1 – 1 of 1) sorted by relevance

/plugin/guestbook/
H A Dbasic.class.php13 var $show_max = 10; variable in guestbook_database
23 $this->show_max = $parent->getConf('show_max');
136 …WHERE active=1 ':'') . "ORDER BY date DESC LIMIT $start, " . intval($guestbook_database->show_max);
227 $startzahl=(ceil($_REQUEST['startcount'])-1)*$guestbook_database->show_max;
230 $pages = ceil($_SESSION['showmax']/ $guestbook_database->show_max);
237 { $startcount = ($i-1)*$guestbook_database->show_max;