petites modifs

This commit is contained in:
jlb 2003-01-13 23:06:02 +00:00
parent cb6ea9a2f8
commit fb29e195cf

View File

@ -27,6 +27,7 @@ require("../../paiement.class.php");
$db = new Db(); $db = new Db();
llxHeader();
if ($HTTP_POST_VARS["action"] == 'add') if ($HTTP_POST_VARS["action"] == 'add')
{ {
@ -61,7 +62,6 @@ if ($HTTP_POST_VARS["action"] == 'add')
} }
} }
llxHeader();
/* ************************************************************************** */ /* ************************************************************************** */
/* */ /* */
@ -75,7 +75,7 @@ $sql .= " FROM societe as s, llx_facture as f WHERE f.fk_soc = s.idp";
$sql .= " AND f.rowid = $facid"; $sql .= " AND f.rowid = $facid";
if (isset($action) && $action== 'added'){ if (isset($action) && $action== 'added'){
print "<FONT COLOR=\"red\">Nouvel Adhérent ajouté. En attente de validation</FONT><BR>\n"; print "<FONT COLOR=\"blue\">Nouvel Adhérent ajouté. En attente de validation</FONT><BR>\n";
} }
$result = $db->query($sql); $result = $db->query($sql);
if ($result) { if ($result) {