Closed (fixed)
Project:
TinyBrowser
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2011 at 00:42 UTC
Updated:
8 May 2022 at 18:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Sarke commentedJust replace
$win_size = split('x', $popup_win_size);with
$win_size = explode('x', $popup_win_size);on lines 53 and 60 in tinybrowser.module
Comment #2
pixture commentedThanks Sarke,
I will fix this with the next release.
Comment #3
ggh commentedfixed deprecated funtion
Comment #4
avpadernoComment #5
avpadernoThis has been fixed 11 years ago in commit #096dcb53.