summaryrefslogtreecommitdiffstats
path: root/kommander/examples/current/passvariables.kmdr
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/examples/current/passvariables.kmdr')
-rw-r--r--kommander/examples/current/passvariables.kmdr2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/examples/current/passvariables.kmdr b/kommander/examples/current/passvariables.kmdr
index c8162eda..5a0406ae 100644
--- a/kommander/examples/current/passvariables.kmdr
+++ b/kommander/examples/current/passvariables.kmdr
@@ -124,7 +124,7 @@ LineEdit6.setText(ret)</string>
<stringlist>
<string>// test for PHP
pt = exec("php --version")
-if str_tqcontains(pt, "Zend") then
+if str_contains(pt, "Zend") then
php = ScriptObjectPHP.execute(LineEdit7.text,LineEdit1.text,LineEdit2.text)
LineEdit4.setText(php)
else