Skip to content
Snippets Groups Projects
Commit 92c5733a authored by Ghislain Loas's avatar Ghislain Loas
Browse files

fix fatal error in patch 231

parent e33a0c4b
Branches
Tags
3 merge requests!715Master,!688Master,!687Hotline master
<?php
$adapter = Zend_Registry::get('sql')
$adapter = Zend_Registry::get('sql');
$adapter->query('ALTER TABLE stats_notices MODIFY nb_visu int(11) default 0');
$adapter->query('ALTER TABLE stats_notices MODIFY nb_resa int(11) default 0');
?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment