Changeset 794 for trunk/Modules
- Timestamp:
- Feb 12, 2014, 12:08:26 AM (11 years ago)
- Location:
- trunk/Modules
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/files/3.3.5a/CzWoW/CzWoW.lua
r784 r794 266 266 ---------translate gameobject---------- 267 267 function GameObjectChange(this) 268 if 1 == GameTooltip:NumLines() then268 if 1 == GameTooltip:NumLines() or 2 == GameTooltip:NumLines() then 269 269 if CZWOW_ObjectName_count > 0 then 270 270 if GameTooltipTextLeft1 then -
trunk/Modules/Export/files/4.3.4/CzWoW/CzWoW.lua
r784 r794 266 266 ---------translate gameobject---------- 267 267 function GameObjectChange(this) 268 if 1 == GameTooltip:NumLines() then268 if 1 == GameTooltip:NumLines() or 2 == GameTooltip:NumLines() then 269 269 if CZWOW_ObjectName_count > 0 then 270 270 if GameTooltipTextLeft1 then -
trunk/Modules/Export/files/5.4.0/CzWoW/CzWoW.lua
r784 r794 266 266 ---------translate gameobject---------- 267 267 function GameObjectChange(this) 268 if 1 == GameTooltip:NumLines() then268 if 1 == GameTooltip:NumLines() or 2 == GameTooltip:NumLines() then 269 269 if CZWOW_ObjectName_count > 0 then 270 270 if GameTooltipTextLeft1 then -
trunk/Modules/User/Profile.php
r787 r794 189 189 if (array_key_exists('Tag'.$UserTag['ID'], $_POST)) { 190 190 $Query = 'SELECT * FROM `UserTag` '. 191 'WHERE `UserTagType` = '.$UserTag['ID'].' AND `User` = '.($ this->System->User->Id *1);191 'WHERE `UserTagType` = '.$UserTag['ID'].' AND `User` = '.($_GET['user']*1); 192 192 $DbResult2 = $this->Database->query($Query); 193 193 if ($DbResult2->num_rows == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.