fix broken graphs with disabled short tags

git-svn-id: http://www.observium.org/svn/observer/trunk@1613 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-08-02 16:38:03 +00:00
parent 9de41e19b4
commit fb3befd29d
9 changed files with 33 additions and 34 deletions

View File

@ -1,4 +1,4 @@
<?
<?php
$sql = mysql_query("SELECT * FROM `processors` where `processor_id` = '".mres($_GET['id'])."'");
$proc = mysql_fetch_assoc($sql);