Merge avant création branche 2.2
This commit is contained in:
commit
b99d848ceb
@ -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();
|
||||
|
@ -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
|
||||
}
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user