Fix another Scrutinizer issue; not sure if this code is used any more

This commit is contained in:
Paul Gear
2014-03-14 09:06:51 +10:00
parent 98fbee1f08
commit eee3645ffe
+3 -1
View File
@@ -27,7 +27,6 @@ if (strpos($_SERVER['REQUEST_URI'], "debug"))
ini_set('error_reporting', 0); ini_set('error_reporting', 0);
} }
$filename = $config['project_id']."-report.pdf";
$html = ""; $html = "";
$type = (isset($_GET['type']) ? $_GET['type'] : ""); $type = (isset($_GET['type']) ? $_GET['type'] : "");
$report = (isset($_GET['report']) ? $_GET['report'] : ""); $report = (isset($_GET['report']) ? $_GET['report'] : "");
@@ -41,6 +40,8 @@ include("includes/authenticate.inc.php");
if (!$_SESSION['authenticated']) { $html .= "unauthenticated"; } if (!$_SESSION['authenticated']) { $html .= "unauthenticated"; }
$filename = $config['project_id']."-report.pdf";
require_once("includes/tcpdf/config/lang/eng.php"); require_once("includes/tcpdf/config/lang/eng.php");
require_once("includes/tcpdf/tcpdf.php"); require_once("includes/tcpdf/tcpdf.php");
@@ -49,6 +50,7 @@ class ObsPDF extends TCPDF
{ {
public function Footer() public function Footer()
{ {
global $config;
// Posistion at 15mm from bottom // Posistion at 15mm from bottom
$this->SetY(-15); $this->SetY(-15);
// Set Font // Set Font