2011-09-26 Javier Lanz <javier.lanz@artica.es>
* godmode/alerts/alert_commands.php: Fixed updating a command. * ChangeLog: Fixed last commit date. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5009 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c47a905711
commit
995e71a898
|
@ -1,4 +1,9 @@
|
||||||
2011-09-27 Tomas Palacios <tomas.palacios@artica.es>
|
2011-09-26 Javier Lanz <javier.lanz@artica.es>
|
||||||
|
|
||||||
|
* godmode/alerts/alert_commands.php: Fixed updating a command.
|
||||||
|
* ChangeLog: Fixed last commit date.
|
||||||
|
|
||||||
|
2011-09-26 Tomas Palacios <tomas.palacios@artica.es>
|
||||||
|
|
||||||
* include/languages: Updated language files.
|
* include/languages: Updated language files.
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,7 @@ if ($update_command) {
|
||||||
$values['description'] = $description;
|
$values['description'] = $description;
|
||||||
$name_check = db_get_value ('name', 'talert_commands', 'name', $name);
|
$name_check = db_get_value ('name', 'talert_commands', 'name', $name);
|
||||||
|
|
||||||
if (!$name || $name_check) {
|
if (!$name || !$name_check) {
|
||||||
$result = '';
|
$result = '';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue