summaryrefslogtreecommitdiff
path: root/admin/schema_inc.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 09:51:41 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 09:51:41 +0100
commit7374f3ee3f2b82ec1127df6829c6de3b7eb8f83f (patch)
treec2cde62051a96befaf440cc6bc91269ced4211f2 /admin/schema_inc.php
parenta0c052669b47eebb7cfaa4ece6f2b9aa16d3d357 (diff)
downloadfeed-master.tar.gz
feed-master.tar.bz2
feed-master.zip
php-cs-fixer tidies to php8.5 standardsHEADmaster
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'admin/schema_inc.php')
-rwxr-xr-xadmin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index d61d542..8bb0c18 100755
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -5,7 +5,7 @@ $tables = [
conjugation_phrase C(255) NOTNULL,
feed_icon_url C(255),
is_target_linked C(1)
- "
+ ",
// CONSTRAINT ', CONSTRAINT `feed_conj_content_type_ref` FOREIGN KEY (`content_type_guid`) REFERENCES `".BIT_DB_PREFIX."liberty_content_types` ( `content_type_guid` )'
];