Skip to content
Snippets Groups Projects
Commit a0581b45 authored by Laurent's avatar Laurent
Browse files

Fix patch 257

parent 3e9671fd
Branches
Tags
3 merge requests!999Master,!992Master,!991Master
<?php
$adapter = Zend_Registry::get('sql');
$adapter = Zend_Db_Table::getDefaultAdapter();
try {
$adapter->query('select rang from reservations limit 1');
} catch (Exception $e) {
......
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