corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 48  →  ?path2? @ 47
/groupChat/installGroup.php
@@ -40,8 +40,7 @@
'group' => $GROUP,
'password' => $PASSWORD,
'type' => 'group',
'action' => 'add', # Set will discard other URLs
'tag' => $NOTIFICATION_TAG,
'action' => 'set', # Set will discard other URLs
'URL' => $STORE
);
@@ -80,7 +79,7 @@
# V. Check the status of the command.
switch($status) {
case "True":
echo 'Group chat notification installed!'.PHP_EOL;
echo 'Group chat notification installed!';
break;
default:
echo 'Corrade returned the error: '.urldecode(
@@ -88,7 +87,7 @@
"error",
$result
)
).PHP_EOL;
);
break;
}