summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorLester Caine <lsces@lsces.co.uk>2011-03-10 15:44:02 +0000
committerLester Caine <lsces@lsces.co.uk>2011-03-10 15:44:02 +0000
commitb18b822d9ee3814e5615035bf9936d3c79316558 (patch)
tree11ce8e7e970cc8ab88c253eaf99829fa6b7f96fd /admin
parentaa9f4bd0cf158b1eebe6031ce0939ae11f85e9ff (diff)
downloadcontact-b18b822d9ee3814e5615035bf9936d3c79316558.tar.gz
contact-b18b822d9ee3814e5615035bf9936d3c79316558.tar.bz2
contact-b18b822d9ee3814e5615035bf9936d3c79316558.zip
Add field for template type to CONTACT_XREF_SOURCE table
When loading view_xref and edit_xref are called the alternate *_xref_(template).tpl will be used
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 92596b9..d603932 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -31,6 +31,7 @@ $tables = array(
multi I2,
role_id I4,
cross_ref_href C(256),
+ template C(32),
data X
",