Changeset 136 for db/post_read.php


Ignore:
Timestamp:
Nov 17, 2007, 8:10:19 PM (17 years ago)
Author:
hosiplan
Message:

+ chyby byly snad opraveny

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/post_read.php

    r135 r136  
    695695          $this->sql_select['result']['other']['chars'] .= "<td title=\"Povolání\">".$Database['class'][$this->sql_select['result']['char'][$i]['class']]."</td>\n";
    696696          //$this->sql_select['result']['other']['chars'] .= "<td><a href=\"./index.php?char=".$this->sql_select['result']['char'][$i]['guid'].$this->sid."\" target=\"_blank\">Exportovat</a></td>\n";
    697           //$this->sql_select['result']['other']['chars'] .= "<td><a href=\"./index.php?id=myacc&amp;heartstone=".$this->sql_select['result']['char'][$i]['guid'].$this->sid."\">Heartstone</a></td>\n";
    698           //$this->sql_select['result']['other']['chars'] .= "<td><a href=\"./index.php?id=myacc&amp;resetxp=".$this->sql_select['result']['char'][$i]['guid'].$this->sid."\">ResetXP</a></td></tr>\n";
     697          $this->sql_select['result']['other']['chars'] .= "<td><a href=\"./index.php?id=myacc&amp;heartstone=".$this->sql_select['result']['char'][$i]['guid'].$this->sid."\">Heartstone</a></td>\n";
     698          $this->sql_select['result']['other']['chars'] .= "<td><a href=\"./index.php?id=myacc&amp;resetxp=".$this->sql_select['result']['char'][$i]['guid'].$this->sid."\">ResetXP</a></td></tr>\n";
    699699          };
    700700        if( $this->sql_select['result']['char_count'] == 0 ){
Note: See TracChangeset for help on using the changeset viewer.