Fix: Bad param
This commit is contained in:
parent
fdf14d0499
commit
3dfad63473
@ -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"]);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user