Update of /cvsroot/webnotes/webnotes/core
In directory usw-pr-cvs1:/tmp/cvs-serv14913
Modified Files:
config_inc.php
Log Message:
Preview note support
Index: config_inc.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/core/config_inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- config_inc.php 11 Sep 2002 04:47:49 -0000 1.11
+++ config_inc.php 11 Sep 2002 06:43:12 -0000 1.12
@@ -73,6 +73,9 @@
$g_css_inc_file = $g_absolute_directory . 'core' . DIRECTORY_SEPARATOR . 'css_inc' . $g_ext;
$g_note_add_page = $g_web_directory . 'note_add_page' . $g_ext;
+
+ $g_note_preview_page = $g_web_directory . 'note_preview_page' . $g_ext;
+
$g_note_add = $g_web_directory . 'note_add' . $g_ext;
######################
|