Work on rpm package

This commit is contained in:
Laurent Destailleur
2011-09-07 14:34:44 +00:00
parent 57c01f7ae0
commit 7734901fb0
5 changed files with 75 additions and 73 deletions

View File

@@ -2,7 +2,7 @@
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2005-2010 Laurent Destailleur <eldy@users.sourceforge.org>
* Copyright (C) 2011 Juanjo Menent <jmenent@2byte.es>
*
*
* 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
* the Free Software Foundation; either version 2 of the License, or
@@ -92,7 +92,7 @@ print "</center>";
print '</form>';
dol_htmloutput_mesg($mesg);
if ($mesg) print '<br>'.$mesg;
print '<br><br>';
@@ -140,6 +140,7 @@ if ($conf->fournisseur->enabled)
}
print '<br>';
dol_htmloutput_mesg($mesg);
$db->close();