cvs: docweb /scripts gen_picture_info.php gen_picture_info_all_lang.php
[email protected] ("Philip Olson")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsphilip1238426217@cvsserver> |
philip Mon Mar 30 15:16:57 2009 UTC
Modified files:
/docweb/scripts gen_picture_info.php gen_picture_info_all_lang.php
Log:
Update to use new (default) jpgraph file structure
# Note, See INSTALL for note that jpgraph is installed manually
http://cvs.php.net/viewvc.cgi/docweb/scripts/gen_picture_info.php?r1=1.13&r2=1.14&diff_format=u
Index: docweb/scripts/gen_picture_info.php
diff -u docweb/scripts/gen_picture_info.php:1.13 docweb/scripts/gen_picture_info.php:1.14
--- docweb/scripts/gen_picture_info.php:1.13 Thu Mar 15 15:20:53 2007
+++ docweb/scripts/gen_picture_info.php Mon Mar 30 15:16:57 2009
@@ -1,9 +1,9 @@
<?php
-/* $Id: gen_picture_info.php,v 1.13 2007/03/15 15:20:53 philip Exp $ */
+/* $Id: gen_picture_info.php,v 1.14 2009/03/30 15:16:57 philip Exp $ */
-include '../include/jpgraph/jpgraph.php';
-include '../include/jpgraph/jpgraph_pie.php';
-include '../include/jpgraph/jpgraph_pie3d.php';
+include '../include/jpgraph/src/jpgraph.php';
+include '../include/jpgraph/src/jpgraph_pie.php';
+include '../include/jpgraph/src/jpgraph_pie3d.php';
$inCli = true;
include '../include/init.inc.php';
http://cvs.php.net/viewvc.cgi/docweb/scripts/gen_picture_info_all_lang.php?r1=1.10&r2=1.11&diff_format=u
Index: docweb/scripts/gen_picture_info_all_lang.php
diff -u docweb/scripts/gen_picture_info_all_lang.php:1.10 docweb/scripts/gen_picture_info_all_lang.php:1.11
--- docweb/scripts/gen_picture_info_all_lang.php:1.10 Sat Mar 22 18:44:38 2008
+++ docweb/scripts/gen_picture_info_all_lang.php Mon Mar 30 15:16:57 2009
@@ -1,7 +1,7 @@
<?php
-include '../include/jpgraph/jpgraph.php';
-include '../include/jpgraph/jpgraph_bar.php';
+include '../include/jpgraph/src/jpgraph.php';
+include '../include/jpgraph/src/jpgraph_bar.php';
$inCli = true;
include '../include/init.inc.php';