diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-27 16:27:59 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-27 16:27:59 +0100 |
| commit | 6f5e5e15c078bd0f61e224da08eadf1da9bbf992 (patch) | |
| tree | 0ec091fada856c1c48b24fba1d140b7651c28d92 /display_contact.php | |
| parent | 620f081325c4e181a011781b5e72d251079b4271 (diff) | |
| download | contact-6f5e5e15c078bd0f61e224da08eadf1da9bbf992.tar.gz contact-6f5e5e15c078bd0f61e224da08eadf1da9bbf992.tar.bz2 contact-6f5e5e15c078bd0f61e224da08eadf1da9bbf992.zip | |
Fix Firebird/PDO compatibility and strip Cotswold Security remnants
- Fix LOCALTIMESTAMP default in contact_address (CURRENT_TIMESTAMP caused
timezone error with Firebird 4+ / PDO session having no timezone set)
- Add xref_id sequence call to all liberty_xref INSERTs in Contact::store()
- Add CONTACT_PKG_CLASS_PATH so getLibertyObject resolves Contact class
- Fix LibertyXref date fields: format Unix timestamps as Y-m-d H:i:s before
INSERT; use null instead of empty string for nullable TIMESTAMP columns
- Remove Contract/Key Number column from list and edit templates
- Remove find_key search box and getContractList() method
- Remove alarm and council xref groups and items from schema seed
- Add SCREF (Stock Source Reference) to links xref group seed
- Archive and git-remove Cotswold-specific templates and list_contracts.php
- Clean up contact_header: remove xkey prefix, restore plain title display
- Browser title now shows contact name instead of generic "Contact Information"
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'display_contact.php')
| -rwxr-xr-x | display_contact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/display_contact.php b/display_contact.php index 1d8af5d..48e6a0b 100755 --- a/display_contact.php +++ b/display_contact.php @@ -53,5 +53,5 @@ if ($gContent->isCommentable()) { $gContent->mInfo['type'] = $gContent->getXrefGroupList(); -$gBitSystem->setBrowserTitle("Contact Information"); +$gBitSystem->setBrowserTitle( $gContent->mInfo['title'] ); $gBitSystem->display( 'bitpackage:contact/show_contact.tpl'); |
