Update of /cvsroot/php-blog/jBlog
In directory sc8-pr-cvs1:/tmp/cvs-serv9950
Modified Files:
jBlog_functions.inc.php
Log Message:
Will probably need this here so that the image stuff will work
Index: jBlog_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/jBlog/jBlog_functions.inc.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- jBlog_functions.inc.php 14 Mar 2003 02:49:46 -0000 1.69
+++ jBlog_functions.inc.php 14 Mar 2003 05:22:33 -0000 1.70
@@ -12,6 +12,7 @@
if (IN_JBLOG !== true) die ("Don't hack!");
include_once "jBlog_db.inc.php";
+include_once "jBlog_compat.inc.php";
$jBlog["imageList"] = array();
function jBlog_displayCommentForm($id) {
|