Ajout fonction remove

This commit is contained in:
Rodolphe Quiedeville 2003-07-23 13:58:58 +00:00
parent e9eeca9f6b
commit 65c33b3e5b
2 changed files with 16 additions and 0 deletions

View File

@ -92,5 +92,13 @@ class modFacture
}
}
}
/*
*
*
*/
Function remove()
{
}
}
?>

View File

@ -78,5 +78,13 @@ class modPropale
}
}
}
/*
*
*
*/
Function remove()
{
}
}
?>