Changeset 794
- Timestamp:
- Feb 12, 2014, 12:08:26 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 5 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) { -
trunk/includes/Version.php
r793 r794 6 6 // and system will need database update. 7 7 8 $Revision = 79 3; // Subversion revision8 $Revision = 794; // Subversion revision 9 9 $DatabaseRevision = 787; // Database structure revision 10 $ReleaseTime = '2014-02- 09';10 $ReleaseTime = '2014-02-12';
Note:
See TracChangeset
for help on using the changeset viewer.