mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r343
Микрофикс. Спасибо frost444. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@343 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
2b4d431871
commit
acd5ce4c40
2 changed files with 3 additions and 3 deletions
|
@ -63,8 +63,8 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.4 (beta)';
|
$bb_cfg['tp_version'] = '2.4 (beta)';
|
||||||
$bb_cfg['tp_release_state'] = 'R340';
|
$bb_cfg['tp_release_state'] = 'R343';
|
||||||
$bb_cfg['tp_release_date'] = '02-01-2012';
|
$bb_cfg['tp_release_date'] = '31-01-2012';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
$charset = 'utf8';
|
$charset = 'utf8';
|
||||||
|
|
|
@ -186,7 +186,7 @@ ajax.callback.mod_action = function(data) {
|
||||||
<th>{L_ICQ}:</th>
|
<th>{L_ICQ}:</th>
|
||||||
<td class="tLeft med" id="user_icq">
|
<td class="tLeft med" id="user_icq">
|
||||||
<span class="editable">{ICQ}
|
<span class="editable">{ICQ}
|
||||||
<a href="http://www.icq.com/people/searched=1&uin={ICQ}"><img align="middle" src="http://web.icq.com/whitepages/online?icq={ICQ}&img=5"><a>
|
<a href="http://www.icq.com/people/searched=1&uin={ICQ}"><img align="middle" src="http://web.icq.com/whitepages/online?icq={ICQ}&img=5"></a>
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue