Update of /cvsroot/usebook/UseBook/sources
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12874/sources
Modified Files:
core.php page_foot.php
Log Message:
Preparing 0.3.5 release
Index: core.php
===================================================================
RCS file: /cvsroot/usebook/UseBook/sources/core.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** core.php 21 Aug 2005 11:15:07 -0000 1.6
--- core.php 25 Aug 2005 21:29:58 -0000 1.7
***************
*** 67,71 ****
define('TABLE_PREFIX', $database['prefix']);
define('COOKIE_PREFIX', $config['cookie_prefix']);
! define('USEBOOK_VERSION', '0.4-CVS');
define('USER_PREG', '#^[A-Za-z0-9_\-]+$#');
define('EMAIL_PREG', '#^[a-z0-9&\-_.]+?@[\w\-]+\.([\w\-\.]+\.)?[\w]+$#');
--- 67,71 ----
define('TABLE_PREFIX', $database['prefix']);
define('COOKIE_PREFIX', $config['cookie_prefix']);
! define('USEBOOK_VERSION', '0.3.5');
define('USER_PREG', '#^[A-Za-z0-9_\-]+$#');
define('EMAIL_PREG', '#^[a-z0-9&\-_.]+?@[\w\-]+\.([\w\-\.]+\.)?[\w]+$#');
Index: page_foot.php
===================================================================
RCS file: /cvsroot/usebook/UseBook/sources/page_foot.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** page_foot.php 28 Jul 2005 10:16:19 -0000 1.4
--- page_foot.php 25 Aug 2005 21:29:58 -0000 1.5
***************
*** 34,37 ****
--- 34,38 ----
//
$template->parse('normal_footer', 'global', array(
+ 'admin' => ( $admin->login == true ) ? $lang['Admin']:'',
'url_admin' => $functions->make_url(ROOT_PATH.'admin/admin.php'),
'url_stats' => $functions->make_url(ROOT_PATH.'stats.php')
|