Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Bug in html_table ? (Smarty 2.6.1 PHP 4.3.4) ...

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Bugs
View previous topic :: View next topic  
Author Message
ChrissRea
Smarty n00b


Joined: 09 Feb 2004
Posts: 1

PostPosted: Mon Feb 09, 2004 9:45 am    Post subject: Bug in html_table ? (Smarty 2.6.1 PHP 4.3.4) ... Reply with quote

The Example donsen't work with tr_attr etc.
After looking on the Sourcecode of function.html_tabel.php i have seen,
that the "smarty_function_html_table_cycle" function never get an array but always get an String ...
in Line 78 i'd changed the code from :
$$_key = (string)$_value;
to
if (is_array($_value)) {
$$_key = (array)$_value;
} else {
$$_key = (string)$_value;
}

Now it work's .....
Was ist a Bug or did i something wrong ???
Back to top
View user's profile Send private message
messju
Administrator


Joined: 16 Apr 2003
Posts: 3336
Location: Oldenburg, Germany

PostPosted: Mon Feb 09, 2004 10:17 am    Post subject: Reply with quote

it was a bug and is fixed in CVS.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Bugs All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP