Skip to content
Snippets Groups Projects
Commit 3dfad634 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Bad param

parent fdf14d04
No related branches found
No related tags found
No related merge requests found
<?php <?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 * 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 * it under the terms of the GNU General Public License as published by
...@@ -38,7 +38,7 @@ $langs->load("companies"); ...@@ -38,7 +38,7 @@ $langs->load("companies");
llxHeader(); llxHeader();
$line = new AccountLine($db); $line = new AccountLine($db);
$line->fetch($_GET["rowid"], $user); $line->fetch($_GET["rowid"]);
$line->info($_GET["rowid"]); $line->info($_GET["rowid"]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment