From 5ba09c36dfacc06dcf741c3b3d699425e0ffe9c5 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 22 Feb 2024 13:26:00 +0300 Subject: [PATCH] short tag fix --- erp24/api1_old/bonus/callcheck.php | 2 +- erp24/api1_old/bonus/return.php | 2 +- erp24/api1_old/callsms/index.php | 2 +- erp24/inc/amo.php | 2 +- erp24/inc/amo/amo_inc.php | 2 +- erp24/inc/api.php | 2 +- erp24/inc/base.php | 2 +- erp24/inc/base_new.php | 2 +- erp24/inc/bonus.php | 2 +- erp24/inc/checks.php | 2 +- erp24/inc/cloudpayments.php | 2 +- erp24/inc/compress.php | 2 +- erp24/inc/compress_timestamp.php | 2 +- erp24/inc/db.php | 2 +- erp24/inc/db2.php | 2 +- erp24/inc/db_bz24.php | 2 +- erp24/inc/design.php | 10 +++++----- erp24/inc/design_new.php | 14 +++++++------- erp24/inc/gps.php | 2 +- erp24/inc/image.php | 2 +- erp24/inc/integrations.php | 2 +- erp24/inc/mail.php | 4 ++-- erp24/inc/phpqrcode/INSTALL | 2 +- erp24/inc/salary.php | 2 +- erp24/inc/scriptsale.php | 2 +- erp24/inc/shipment.php | 2 +- erp24/inc/sms.class.php | 8 ++++---- erp24/inc/thumbs.php | 2 +- erp24/inc/uni.php | 4 ++-- erp24/inc/uni2.php | 2 +- erp24/inc/universal.php | 2 +- erp24/inc/upload.php | 2 +- erp24/modul/checks/gps.php | 2 +- erp24/modul/main.php | 2 +- erp24/modul/store/add.php | 2 +- erp24/modul/store/datatable.php | 4 ++-- erp24/modul/store/itemmatrix.php | 2 +- erp24/modul/store/stats.php | 2 +- erp24/templates/bottom.php | 4 ++-- erp24/templates/top.php | 18 +++++++++--------- erp24/templates/top_light.php | 4 ++-- erp24/views/lesson/analytics.php | 2 +- 42 files changed, 68 insertions(+), 68 deletions(-) diff --git a/erp24/api1_old/bonus/callcheck.php b/erp24/api1_old/bonus/callcheck.php index 0ad08de..34e8d0f 100644 --- a/erp24/api1_old/bonus/callcheck.php +++ b/erp24/api1_old/bonus/callcheck.php @@ -1,4 +1,4 @@ -'.PHP_EOL; file_put_contents ('compress_timestamp.php',$infofile,LOCK_EX); //file loaded by ThreeColTemplate1.php to get unique stamp id diff --git a/erp24/inc/compress_timestamp.php b/erp24/inc/compress_timestamp.php index a7b6012..ff1cc49 100644 --- a/erp24/inc/compress_timestamp.php +++ b/erp24/inc/compress_timestamp.php @@ -1,3 +1,3 @@ - diff --git a/erp24/inc/db.php b/erp24/inc/db.php index 4f56a61..a10ec44 100644 --- a/erp24/inc/db.php +++ b/erp24/inc/db.php @@ -1,4 +1,4 @@ - '127.0.0.1', 'DB_USER' => 'bazacvetov24', diff --git a/erp24/inc/design.php b/erp24/inc/design.php index 4a648a0..1463833 100644 --- a/erp24/inc/design.php +++ b/erp24/inc/design.php @@ -1,4 +1,4 @@ - -<? if(empty($_CRM_TITLE)) echo"ERP BioWork"; else echo $_CRM_TITLE; ?> +<?php if(empty($_CRM_TITLE)) echo"ERP BioWork"; else echo $_CRM_TITLE; ?> -'; ?> /"/> - - -<? if(empty($_CRM_TITLE)) echo"CRM BioWork"; else echo $_CRM_TITLE; ?> +<?php if(empty($_CRM_TITLE)) echo"CRM BioWork"; else echo $_CRM_TITLE; ?> -"; @@ -92,7 +92,7 @@ $fp = @fopen($crc_page, "w+"); echo''; ?> /"/> - $_SESSION["admin_id"]]); } @@ -113,7 +113,7 @@ $manager_id=(int)$_SESSION['manager_id']; - - @@ -483,7 +483,7 @@ $('#modal-3').css({ - -15,30=>15,35=>15,50=>15]; diff --git a/erp24/inc/scriptsale.php b/erp24/inc/scriptsale.php index 3ca9ac4..eec85ce 100644 --- a/erp24/inc/scriptsale.php +++ b/erp24/inc/scriptsale.php @@ -1,4 +1,4 @@ -url}/xml/"; } - protected static function parseXml($xml) + protected function parseXml($xml) { $domXml = simplexml_load_string($xml); $arr = array(); @@ -237,7 +237,7 @@ class State extends Request implements Factory return (string) "{$this->url}/xml/state.php"; } - protected static function parseXml($xml) + protected function parseXml($xml) { $domXml = simplexml_load_string($xml); $arr = array(); @@ -300,7 +300,7 @@ class Balance extends Request implements Factory return (string) "{$this->url}/xml/balance.php"; } - protected static function parseXml($xml) + protected function parseXml($xml) { $domXml = simplexml_load_string($xml); $arr = array(); @@ -377,7 +377,7 @@ class Incoming extends Request implements Factory $this->item['end'] = $end; } - protected static function parseXml($xml) + protected function parseXml($xml) { $domXml = simplexml_load_string($xml); $arr = array(); diff --git a/erp24/inc/thumbs.php b/erp24/inc/thumbs.php index 2c4e22c..32fa446 100644 --- a/erp24/inc/thumbs.php +++ b/erp24/inc/thumbs.php @@ -1,4 +1,4 @@ - -array("name"=>"Сделки/заказы", "table"=>"orders_amo"), "client"=>array("name"=>"Клиент", "table"=>"contacts","type_id"=>0), diff --git a/erp24/inc/universal.php b/erp24/inc/universal.php index a2e347f..acf188e 100644 --- a/erp24/inc/universal.php +++ b/erp24/inc/universal.php @@ -1,4 +1,4 @@ -"data/{name}","ext"=>array("jpg"),"resizeimg"=>array("image_sm"=>array("path"=>"data/{name}","width"=>1300,"height"=>1300)))) { global $_CONFIG_SITE, $db,$sql_table_image, $return_mess; $error=""; diff --git a/erp24/modul/checks/gps.php b/erp24/modul/checks/gps.php index f978456..139ebbe 100644 --- a/erp24/modul/checks/gps.php +++ b/erp24/modul/checks/gps.php @@ -25,7 +25,7 @@ $sql_table="checks"; - -База Цветов 24.ру -Смотреть уроки - '; diff --git a/erp24/templates/top.php b/erp24/templates/top.php index 79af650..2fe0768 100644 --- a/erp24/templates/top.php +++ b/erp24/templates/top.php @@ -1,4 +1,4 @@ - - require_once('inc/compress_timestamp.php'); //load timestamp created by compress.php module //sets field $compress_stamp=unix_timestamp @@ -57,9 +57,9 @@ require_once('inc/compress_timestamp.php'); //load timestamp created by compres - + - -$time_cache)){ - +
" height=40 alt="img" class="avatar">
@@ -304,7 +304,7 @@ if(!file_exists($crc_page) or ($modif>$time_cache)){ --> - +
- +
Order Placed diff --git a/erp24/templates/top_light.php b/erp24/templates/top_light.php index fb400a1..df3315b 100644 --- a/erp24/templates/top_light.php +++ b/erp24/templates/top_light.php @@ -1,4 +1,4 @@ - @@ -8,7 +8,7 @@ global $tstart,$light,$modul,$act, $db, $CONFIG_SETKA;?> ERP -label(false)); ?> -field($filterModel, 'lesson_group_status') ->widget(Select2::class, [ 'data' => $lessonGroupStatuses, -- 2.39.5