fixed undefined variable by including libraries/tbl_properties_common.php

This commit is contained in:
Sebastian Mendel
2006-04-12 15:22:35 +00:00
parent 04311f2c1f
commit c575482096
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ $Id$
$Source$
2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* 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:

View File

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