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 */