[Easymod-cvs] easymod2/mods/easymod/includes admin_easymod.php.txt,1.22,1.23
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-07-10 22:10:21
|
Update of /cvsroot/easymod/easymod2/mods/easymod/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25066/mods/easymod/includes Modified Files: admin_easymod.php.txt Log Message: maybe some day I will be able to do this right the first time Index: admin_easymod.php.txt =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/admin_easymod.php.txt,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** admin_easymod.php.txt 10 Jul 2005 22:06:55 -0000 1.22 --- admin_easymod.php.txt 10 Jul 2005 22:10:01 -0000 1.23 *************** *** 95,101 **** /// /// ! 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">') ; /// /// --- 95,101 ---- /// /// ! define('EASYMOD_VER', 'beta1 (0.2.1a)') ; ! define('FAQ_LINK', '<a href="http://area51.phpbb.com/phpBB/viewtopic.php?t=12141" target="_blank">') ; ! define('REPORT_LINK', '<a href="http://area51.phpbb.com/phpBB/viewtopic.php?t=12143" target="_blank">') ; /// /// *************** *** 2728,2732 **** if (( $error == '') && ((SQL_LAYER == 'mssql') || (SQL_LAYER == 'postgresql'))) { ! $link = 'http://area51.phpbb.com/phpBB22/viewtopic.php?t=' ; $link .= (SQL_LAYER == 'postgresql') ? '15388' : '15389' ; --- 2728,2732 ---- if (( $error == '') && ((SQL_LAYER == 'mssql') || (SQL_LAYER == 'postgresql'))) { ! $link = 'http://area51.phpbb.com/phpBB/viewtopic.php?t=' ; $link .= (SQL_LAYER == 'postgresql') ? '15388' : '15389' ; |