1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

Bugtracker #3488, #3770 - column calc wrong in link display

This commit is contained in:
e107steved 2007-02-20 19:15:34 +00:00
parent 1e008f1101
commit 0242e3f34e

View File

@ -274,7 +274,7 @@ SC_END
SC_BEGIN BUTTON_COLUMN
global $linkbutton_count,$linkspage_pref;
return ($linkbutton_count >0 && $linkspage_pref['link_icon']) ? 2 : 1;
return ($linkspage_pref['link_icon']) ? 2 : 1;
SC_END
SC_BEGIN LINK_APPEND