Skip to content

Commit 45e9068

Browse files
author
Mark Vincent
committed
Merge pull request #160 from WildcardSearch/stable
2.0.7 Release
2 parents cf40c65 + 12f19b5 commit 45e9068

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Advanced-Sidebox 2.0.6
1+
## Advanced-Sidebox 2.0.7
22

33
<p align="center">
44
<img title="Advanced Sidebox Logo" alt="Advanced Sidebox Logo" src="https://github.com/WildcardSearch/Advanced-Sidebox/wiki/asb_logo_320.png" />

Upload/inc/plugins/asb/install.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function asb_info()
100100
"website" => "https://github.com/WildcardSearch/Advanced-Sidebox",
101101
"author" => $author,
102102
"authorsite" => "http://www.rantcentralforums.com",
103-
"version" => "2.0.6",
103+
"version" => "2.0.7",
104104
"compatibility" => "16*",
105105
"guid" => "870e9163e2ae9b606a789d9f7d4d2462",
106106
);
@@ -115,7 +115,6 @@ function asb_info()
115115
*/
116116
function asb_is_installed()
117117
{
118-
global $db;
119118
return asb_get_settingsgroup();
120119
}
121120

Upload/inc/plugins/asb/modules/whosonline.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ function asb_whosonline_get_online_members($settings, $width)
287287
}
288288

289289
$user_avatar = <<<EOF
290-
<img style="width: 100%;{$avatar_width_style}{$avatar_height_style}" src="{$avatar_filename}" alt="{$lang->asb_wol_avatar}" title="{$user['username']}'s {$lang->asb_wol_profile}"/>
290+
<img style="{$avatar_width_style}{$avatar_height_style}" src="{$avatar_filename}" alt="{$lang->asb_wol_avatar}" title="{$user['username']}'s {$lang->asb_wol_profile}"/>
291291
EOF;
292292

293293
// if this is the last allowable avatar (conforming to ACP settings)

0 commit comments

Comments
 (0)