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:
javilanz 2011-09-26 15:28:59 +00:00
parent c47a905711
commit 995e71a898
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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 {