summaryrefslogtreecommitdiffstats
path: root/src/driver
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-06-06 09:35:37 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-06-06 09:35:37 +0000
commita1cf00931ec31b6c7c45ecd182b410c6e7cf4781 (patch)
treebb5edcc8c93bda14813f5aea520ed4ce00349bd6 /src/driver
parent8e4f782905f165b9834bff2e95d07884c1fa5bd6 (diff)
downloadzetacomponents-graph-a1cf00931ec31b6c7c45ecd182b410c6e7cf4781.zip
zetacomponents-graph-a1cf00931ec31b6c7c45ecd182b410c6e7cf4781.tar.gz
- Added arrow heads to axis
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/gd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/gd.php b/src/driver/gd.php
index a8b079c..95c48a4 100644
--- a/src/driver/gd.php
+++ b/src/driver/gd.php
@@ -90,7 +90,7 @@ class ezcGraphGdDriver extends ezcGraphDriver
{
$data = getimagesize( $file );
- switch( $data[2] )
+ switch ( $data[2] )
{
case 1:
return array(
OpenPOWER on IntegriCloud