From c5754820960e497cb9bb5acfe1378357ab4cfaed Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 12 Apr 2006 15:22:35 +0000 Subject: [PATCH] fixed undefined variable by including libraries/tbl_properties_common.php --- ChangeLog | 2 ++ tbl_printview.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index ba8f76e7c..5052f64a9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ $Id$ $Source$ 2006-04-12 Sebastian Mendel + * tbl_printview.php: + fixed undefined variable by including libraries/tbl_properties_common.php * changelog.php: link users, files, bugs, rfes and patches * libraries/footer.inc.php: diff --git a/tbl_printview.php b/tbl_printview.php index d388cc7bd..275c4c6cd 100644 --- a/tbl_printview.php +++ b/tbl_printview.php @@ -3,6 +3,8 @@ require_once './libraries/common.lib.php'; +require './libraries/tbl_properties_common.php'; + /** * Gets the variables sent or posted to this script, then displays headers */