]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
We use the GD::Graph perl module, not GD::Chart (which doesn't exist)
authorjake%bugzilla.org <>
Fri, 4 Apr 2008 11:46:19 +0000 (11:46 +0000)
committerjake%bugzilla.org <>
Fri, 4 Apr 2008 11:46:19 +0000 (11:46 +0000)
docs/en/xml/Bugzilla-Guide.xml
docs/en/xml/installation.xml

index a067c6328725ea9c848255d99ef8551687b2cd2d..2f0ec6f6c932f8ae72562ea32da16aa5246a9def 100644 (file)
@@ -45,7 +45,7 @@
 <!ENTITY min-cgi-ver "2.88">
 <!-- Optional modules -->
 <!ENTITY min-gd-ver "1.20">
-<!ENTITY min-gd-chart-ver "any">
+<!ENTITY min-gd-graph-ver "any">
 <!ENTITY min-gd-text-align-ver "any">
 <!ENTITY min-chart-base-ver "0.99c">
 <!ENTITY min-xml-parser-ver "any">
index a9e82bd02d6396af8dd0bdea07f09c9064dfe949..145f39c89c2e6cba1cb2889f0f1ab90f4617231f 100644 (file)
 
     <listitem>
       <para>
-        GD::Chart
-        (&min-gd-chart-ver;) for bug charting
+        GD::Graph
+        (&min-gd-graph-ver;) for bug charting
       </para>
     </listitem>