Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kongtiaowang committed Nov 27, 2024
1 parent 78065fa commit 4d2aab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/libraries/NDB_BVL_Instrument_LINST.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ class NDB_BVL_Instrument_LINST extends \NDB_BVL_Instrument
foreach ($rules as $rule) {
//If this is an OR rule using two different controllers
//explode it at the pipe.
//ex: q_1{@}=={@}yes|q_2{@}=={@}yes
$s_r = strpos($rule, "|");
//ex: q_1{@}=={@}yes|q_2{@}=={@}yes
$s_r = strpos($rule, "|");
if ($s_r !== false && stristr(substr($rule, $s_r), "{@}")) {
$rules_array = explode("|", $rule);
} else {
Expand Down

0 comments on commit 4d2aab0

Please sign in to comment.