Update of /cvsroot/openfirst/emoticon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/emoticon
Modified Files:
openfirst.info.php
Log Message:
fixed up openfirst.info.php
Index: openfirst.info.php
===================================================================
RCS file: /cvsroot/openfirst/emoticon/openfirst.info.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** openfirst.info.php 15 May 2005 05:27:19 -0000 1.1
--- openfirst.info.php 15 May 2005 05:42:50 -0000 1.2
***************
*** 4,8 ****
$Modules['emoticon']['ver'] = 'CVS';
$Modules['emoticon']['inc'] = array (
! 0 => 'emoticonf.php',
);
$Modules['emoticon']['admin'] = NULL;
--- 4,8 ----
$Modules['emoticon']['ver'] = 'CVS';
$Modules['emoticon']['inc'] = array (
! 'emoticonf.php',
);
$Modules['emoticon']['admin'] = NULL;
***************
*** 16,18 ****
$Modules['awards']['show'] = false;
}
! ?>
\ No newline at end of file
--- 16,18 ----
$Modules['awards']['show'] = false;
}
! ?>
|