summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/web/post.php
diff options
context:
space:
mode:
authorRefik Hadzialic2011-09-10 19:18:20 +0200
committerRefik Hadzialic2011-09-10 19:18:20 +0200
commiteb4512f37444e8280503f3b373eccf4088f1160f (patch)
tree9992bbec681e6d13f9e8991549d01e4792ae0882 /notFinishedCode/web/post.php
parentAdded JS functions (diff)
downloadgsm-selftest-eb4512f37444e8280503f3b373eccf4088f1160f.tar.gz
gsm-selftest-eb4512f37444e8280503f3b373eccf4088f1160f.tar.xz
gsm-selftest-eb4512f37444e8280503f3b373eccf4088f1160f.zip
Had a bug with one parenthesis too much!
Diffstat (limited to 'notFinishedCode/web/post.php')
-rw-r--r--notFinishedCode/web/post.php22
1 files changed, 8 insertions, 14 deletions
diff --git a/notFinishedCode/web/post.php b/notFinishedCode/web/post.php
index f96b48b..dee23b0 100644
--- a/notFinishedCode/web/post.php
+++ b/notFinishedCode/web/post.php
@@ -48,6 +48,12 @@ $unisipgsmeo = $_REQUEST["unisip_gsmeo"]; //GSMRZ3 to E-Plus
$taskNo = getNewTaskNo();
$errorAdding = 0;
+/*function insertTask($me,$mb,$md)
+{
+ echo $me.$mb.$md;
+ return 1;
+}*/
+
if($sipgsmrz1 == 'on')
{
$taskAdded = insertTask($taskNo,'sip','GSMRZ1');
@@ -183,6 +189,8 @@ if($landgsmrz3 == 'on')
}
}
+
+
if($gsmrz1gsmee == 'on')
{
$taskAdded = insertTask($taskNo,'GSMRZ1','GSMExt.Eplus');
@@ -201,7 +209,6 @@ if($gsmrz1gsmev == 'on')
}
}
-
if($gsmrz1gsmet == 'on')
{
$taskAdded = insertTask($taskNo,'GSMRZ1','GSMExt.Tm');
@@ -335,17 +342,4 @@ if($unisipgsmeo == 'on')
}
}
-}
-
-
-
-
-
-
-
-
-
-
-
-
?>