syntaxer run

git-svn-id: http://www.observium.org/svn/observer/trunk@3045 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-04-17 15:27:17 +00:00
parent 5e523e222e
commit ff72c2843e
14 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ if ($error_msg) {
if (!$debug)
{
header('Content-type: image/png');
if($config['trim_tobias'])
if ($config['trim_tobias'])
{
list($w, $h, $type, $attr) = getimagesize($graphfile);
$src_im = imagecreatefrompng($graphfile);
+1 -1
View File
@@ -68,7 +68,7 @@ if (!$auth)
onchange="window.open(this.options[this.selectedIndex].value,'_top')" >
<?php
foreach($types as $avail_type)
foreach ($types as $avail_type)
{
echo("<option value='".generate_url($vars, array('type' => $type."_".$avail_type, 'page' => "graphs"))."'");
if ($avail_type == $subtype) { echo(" selected"); }