From ee6d1927792ae24782a5bca9b1f18fda5f9099ba Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 5 Nov 2005 17:25:18 +0000 Subject: [PATCH] Change templatetable to tablename --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.php b/template.php index 413a0e8..326a59b 100644 --- a/template.php +++ b/template.php @@ -50,7 +50,7 @@ class Template * Name of the database table templates are in * @var string */ - var $templatetable = ''; + var $tablename = ''; /** * Name of the table column template names are in -- 2.43.5