2
0
forked from Wavyzz/dolibarr

Fix: Remove sql

This commit is contained in:
Laurent Destailleur
2011-07-26 23:16:47 +00:00
parent 13efa5a57c
commit f690df118a

View File

@@ -14,14 +14,15 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/compta/bank/rappro.php * \file htdocs/compta/bank/rappro.php
* \ingroup banque * \ingroup banque
* \brief Page to reconciliate bank transactions * \brief Page to reconciliate bank transactions
* \version $Id: rappro.php,v 1.68 2011/07/31 22:23:16 eldy Exp $ * \version $Id: rappro.php,v 1.67 2011/07/26 23:16:47 eldy Exp $
*/ */
require("./pre.inc.php"); require("./pre.inc.php");
@@ -402,5 +403,5 @@ else
$db->close(); $db->close();
llxFooter('$Date: 2011/07/31 22:23:16 $ - $Revision: 1.68 $'); llxFooter('$Date: 2011/07/26 23:16:47 $ - $Revision: 1.67 $');
?> ?>