Merge avant création branche 2.2

This commit is contained in:
Michael RICOIS 2012-04-10 13:30:56 +00:00
commit b99d848ceb
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
{
//MetadataCache pour la base de données
$frontendOptions = array(
'lifetime' => 14400,
'lifetime' => 28800,
'automatic_serialization' => true
);
$backendOptions = array();

View File

@ -101,7 +101,7 @@ $opts = array(10, 20, 30, 40, 50, 100, 150, 200);
foreach($opts as $opt)
{
$selected = '';
if($opt == $login['nbReponses']) $selected = 'selected';
if($opt == $this->options->nbReponses) $selected = 'selected';
?><option value="<?=$opt?>" <?=$selected?>><?=$opt?></option><?php
}
?>