Update of /cvsroot/webnotes/webnotes/themes/phpnet
In directory usw-pr-cvs1:/tmp/cvs-serv6612/themes/phpnet
Modified Files:
theme_api.php
Log Message:
- Fixed index.php to re-direct to login_page.php rather than login.php
- Fixed a parsing error in inline moderation.
Index: theme_api.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/themes/phpnet/theme_api.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- theme_api.php 20 Sep 2002 04:17:43 -0000 1.18
+++ theme_api.php 20 Sep 2002 04:21:09 -0000 1.19
@@ -90,7 +90,7 @@
if ( false === $p_page_data['preview'] ) {
if ( access_check_action( ACTION_NOTES_MODERATE ) ) {
- $t_url = $p_url; # . "#" . $p_note_info_array['id'];
+ $t_url = $p_page_data['url'];
$t_moderation = '<small>';
$t_moderation .= link_note_action( $t_note_info['id'], 'accept', $t_url,
|