Fix: Move sql files into correct directory

This commit is contained in:
Laurent Destailleur 2011-05-12 21:14:17 +00:00
parent 06f3629a43
commit fc409cf315

View File

@ -1,5 +1,5 @@
<?php
/* Copyright (C) 2008-2009 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2008-2011 Laurent Destailleur <eldy@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -132,7 +132,7 @@ class modCashDesk extends DolibarrModules
{
$sql = array();
$result=$this->load_tables();
//$result=$this->load_tables();
return $this->_init($sql);
}