File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ is_format_valid 'user' 'ip'
3838is_common_format_valid " $session_id " " SESSION_ID"
3939format_no_quotes " $user_agent " " USER_AGENT"
4040is_common_format_valid " $authlog " " AUTHLOG"
41- is_common_format_valid " $reason " " REASON"
41+ format_no_quotes " $reason " " REASON"
4242
4343
4444is_object_valid ' user' ' USER' " $user "
Original file line number Diff line number Diff line change @@ -320,6 +320,11 @@ r' "key"
320320 assert_failure $E_INVALID
321321}
322322
323+ @test " format_no_quotes test2" {
324+ run format_no_quotes ' test bericht' " key"
325+ assert_success
326+ }
327+
323328@test " format_no_quotes .." {
324329 run format_no_quotes ' ..' " key"
325330 assert_success
Original file line number Diff line number Diff line change 8080 if ((!empty($v_timezone)) && ( $key == $v_timezone)){
8181 echo ' selected' ;
8282 }
83+ if($key == "UTC" && $v_timezone == "Etc/UTC"){
84+ echo ' selected' ;
85+ }
8386 echo "> ".$value."</ option > \n";
8487 }
8588 ?>
You can’t perform that action at this time.
0 commit comments