Skip to content

Commit

Permalink
[473] Typo from prev. commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadez committed Feb 11, 2011
1 parent a497a71 commit ddfd673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions includes/classes/class.search.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @package World of Warcraft Armory
* @version Release 4.50
* @revision 472
* @revision 473
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down Expand Up @@ -406,7 +406,7 @@ public function PerformAdvancedItemsSearch($count = false) {
$icons_holder[$icon['displayid']] = $icon['icon'];
}
if(Armory::GetLoc() == 0) {
$tmp_names_holder = Armory::$wDB->select("SELECT `entry`, `name` AS `name` FROM `item_template` WHERE `entry` IN (%s)", Armory::GetLoc(), $names_to_add);
$tmp_names_holder = Armory::$wDB->select("SELECT `entry`, `name` AS `name` FROM `item_template` WHERE `entry` IN (%s)", $names_to_add);
}
else {
$tmp_names_holder = Armory::$wDB->select("SELECT `entry`, `name_loc%d` AS `name` FROM `locales_item` WHERE `entry` IN (%s)", Armory::GetLoc(), $names_to_add);
Expand Down
2 changes: 1 addition & 1 deletion includes/revision_nr.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('ARMORY_REVISION', 472);
define('ARMORY_REVISION', 473);
define('DB_VERSION', 'armory_r471');
define('CONFIG_VERSION', '2001201101');
?>

0 comments on commit ddfd673

Please sign in to comment.