diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:51:41 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:51:41 +0100 |
| commit | 72119ef864e1a5ffa377a504dc2ef430d7e6cd4a (patch) | |
| tree | 24a4b9539cf4f4b8116bd38d3444001843cb8e45 /import/schema_import_inc.php | |
| parent | 72312119fe678d14b61e3c508db98a6dd0ee4ec0 (diff) | |
| download | contact-72119ef864e1a5ffa377a504dc2ef430d7e6cd4a.tar.gz contact-72119ef864e1a5ffa377a504dc2ef430d7e6cd4a.tar.bz2 contact-72119ef864e1a5ffa377a504dc2ef430d7e6cd4a.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'import/schema_import_inc.php')
| -rwxr-xr-x | import/schema_import_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/import/schema_import_inc.php b/import/schema_import_inc.php index fc898c1..5b411df 100755 --- a/import/schema_import_inc.php +++ b/import/schema_import_inc.php @@ -1,5 +1,5 @@ <?php -$tables = array( +$tables = [ 'contact_phx' => " content_id I8 PRIMARY, @@ -101,7 +101,7 @@ $tables = array( last_change T DEFAULT CURRENT_TIMESTAMP ", -); +]; global $gBitInstaller; |
