Update of /cvsroot/webnotes/webnotes/themes/classic
In directory usw-pr-cvs1:/tmp/cvs-serv16718/themes/classic
Modified Files:
theme_api.php
Log Message:
Clean up work in core/page_api.php
Index: theme_api.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/themes/classic/theme_api.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- theme_api.php 9 Sep 2002 22:30:22 -0000 1.2
+++ theme_api.php 10 Sep 2002 10:34:15 -0000 1.3
@@ -94,7 +94,7 @@
$s_add_note_link, $s_manage, $s_admin;
$c_url = urlencode( $p_page );
- $t_page_id = get_page_id( $p_page );
+ $t_page_id = page_get_id( $p_page );
echo <<<EOT
<tr bgcolor="$g_primary_dark_color">
|