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 /form.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 'form.php')
| -rwxr-xr-x | form.php | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -22,8 +22,6 @@ $gBitSystem->verifyPackage( 'contact' ); $cat_type = BITPAGE_CONTENT_TYPE_GUID; if(isset($_REQUEST["fSaveForm"])) { \Bitweaver\vd($_REQUEST); -} else { - } // Pro @@ -40,6 +38,6 @@ if (isset($_REQUEST["fCancel"])) { $formInfo = $_REQUEST; $formInfo['data'] = &$_REQUEST['edit']; } -} +} -$gBitSystem->display( 'bitpackage:contact/form_DSInspection.tpl', 'Form: OD01 ' , array( 'display_mode' => 'form' )); +$gBitSystem->display( 'bitpackage:contact/form_DSInspection.tpl', 'Form: OD01 ' , [ 'display_mode' => 'form' ]); |
