Fix: Bad param

This commit is contained in:
Laurent Destailleur 2010-09-19 13:35:03 +00:00
parent fdf14d0499
commit 3dfad63473

View File

@ -1,5 +1,5 @@
<?php
/* Copyright (C) 2005-2009 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2005-2010 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
@ -38,7 +38,7 @@ $langs->load("companies");
llxHeader();
$line = new AccountLine($db);
$line->fetch($_GET["rowid"], $user);
$line->fetch($_GET["rowid"]);
$line->info($_GET["rowid"]);