Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 8, 2024
1 parent 086cddd commit 1563fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminator3/app/Core/Item/objekt.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3682,7 +3682,7 @@ public function vypis($sql, $co, $id, $dotaz_final = ""): string
$update_mod_vypisu = null;

// detect mod_vypisu for update/erase form
$error_msq_base = "Pro Objekt \"" . var_export($data['dns_jmeno'], true) ."\" nelze zjistit mod_vypisu (pro update/erase button)! </br>";
$error_msq_base = "Pro Objekt \"" . var_export($data['dns_jmeno'], true) ."\" nelze zjistit mod_vypisu! </br> (affected only update/erase button)</br>";
$dotaz_final = "SELECT typ_tarifu FROM tarify_int2 WHERE id_tarifu = '".intval($data["id_tarifu"])."' ";
list($data_rs, $dotaz_err) = $this->callPdoQueryAndFetch($dotaz_final, 'pdoMysql');

Expand Down

0 comments on commit 1563fbf

Please sign in to comment.