<?php // $Id$ /** * @file * Installer for AH TOC * * @copyright Ouest Systèmes Informatiques (OSInet) * * @license Licensed under the General Public License version 2 and later. */ /** * Implementation of hook_update_N(). * * Just enough to have an actual version number */ function ah_toc_update_6000() { $ret[] = array( 'success' => TRUE, 'query' => 'Settings schema version', ); return $ret; }