*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-12-12 15:09:51 +00:00
parent 33ca03e837
commit fafedbe2d3

View File

@ -1,9 +1,5 @@
<?PHP
/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
*
* $Id$
* $Source$
* Classe Company
*
* 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
@ -19,6 +15,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*
*/
class Contact {
@ -73,7 +72,6 @@ class Contact {
}
}
}
?>