diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2011-03-10 15:44:02 +0000 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2011-03-10 15:44:02 +0000 |
| commit | b18b822d9ee3814e5615035bf9936d3c79316558 (patch) | |
| tree | 11ce8e7e970cc8ab88c253eaf99829fa6b7f96fd /admin | |
| parent | aa9f4bd0cf158b1eebe6031ce0939ae11f85e9ff (diff) | |
| download | contact-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.php | 1 |
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 ", |
