* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: newsletter.inc.php,v 1.4 2004-10-15 15:39:40 x2000habouzit Exp $
+ $Id: newsletter.inc.php,v 1.5 2004-10-15 22:31:13 x2000habouzit Exp $
***************************************************************************/
define('HOMME', 0);
class NewsLetter {
- $_cats;
+ var $_cats;
function NewsLetter() {
global $globals;
while(list($cid,$title) = mysql_fetch_row($res)) {
$this->_cats[$cid] = $title;
}
- mysql_free_result($res)
+ mysql_free_result($res);
}
}