summaryrefslogtreecommitdiffstats
path: root/For Weekly Test
diff options
context:
space:
mode:
authorTriatmoko2011-10-30 20:31:32 +0100
committerTriatmoko2011-10-30 20:31:32 +0100
commitaf600d4b36e62d8dcc4165d571dab640ba2c7de2 (patch)
tree4cdd7780b267bc77910c6596e9e4c6fd84ae18ac /For Weekly Test
parentmart (diff)
downloadgsm-selftest-af600d4b36e62d8dcc4165d571dab640ba2c7de2.tar.gz
gsm-selftest-af600d4b36e62d8dcc4165d571dab640ba2c7de2.tar.xz
gsm-selftest-af600d4b36e62d8dcc4165d571dab640ba2c7de2.zip
smarttest php
Diffstat (limited to 'For Weekly Test')
-rw-r--r--For Weekly Test/tricode/mutexSmartTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/For Weekly Test/tricode/mutexSmartTest.php b/For Weekly Test/tricode/mutexSmartTest.php
index 66215a8..db018ae 100644
--- a/For Weekly Test/tricode/mutexSmartTest.php
+++ b/For Weekly Test/tricode/mutexSmartTest.php
@@ -147,6 +147,7 @@ if ($locking == '1') //1 means nobody is on the website
{
//parse the received data!
$numberofTask++;
+ echo $received;
$received = str_replace("\n",'',$received);
$dataForTable = explode("|", $received);
$callFrom = strtoupper($dataForTable[1]);