Skip to content
Snippets Groups Projects
Commit 5c50b1db authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: use empty instead isset

parent 3a474a22
No related branches found
No related tags found
No related merge requests found
<?php
/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2005-2013 Regis Houssin <regis.houssin@capnetworks.com>
*
* 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
......@@ -84,7 +84,7 @@ if ($id > 0 || ! empty($ref))
$acct->fetch($id, $ref);
}
if (! isset($num))
if (empty($num))
{
/*
* Vue liste tous releves confondus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment