Update of /cvsroot/easymod/easymod2/mods/easymod/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23448/mods/easymod/includes
Modified Files:
admin_easymod.php.txt
Log Message:
grumble ... php 5 functions ...
Index: admin_easymod.php.txt
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/admin_easymod.php.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** admin_easymod.php.txt 8 Jul 2005 00:22:56 -0000 1.21
--- admin_easymod.php.txt 10 Jul 2005 22:06:55 -0000 1.22
***************
*** 95,99 ****
///
///
! define('EASYMOD_VER', 'beta1 (0.2.0b)') ;
define('FAQ_LINK', '<a href="http://area51.phpbb.com/phpBB22/viewtopic.php?t=12141" target="_blank">') ;
define('REPORT_LINK', '<a href="http://area51.phpbb.com/phpBB22/viewtopic.php?t=12143" target="_blank">') ;
--- 95,99 ----
///
///
! define('EASYMOD_VER', 'beta1 (0.2.1)') ;
define('FAQ_LINK', '<a href="http://area51.phpbb.com/phpBB22/viewtopic.php?t=12141" target="_blank">') ;
define('REPORT_LINK', '<a href="http://area51.phpbb.com/phpBB22/viewtopic.php?t=12143" target="_blank">') ;
|