Active
Project:
Four Seasons
Version:
5.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 May 2008 at 06:36 UTC
Updated:
12 Oct 2008 at 20:39 UTC
Good Day,
I am getting this warning. Is there anyway to fix it?
LINE 43
foreach($primary_links as $key => $value ) {
if (ereg('active', $key)) {
$primary_links[$key]['attributes']['class'] = "active";
}
}
?>
Thank you,
Mark
Comments
Comment #1
derjochenmeyer commentedstrange .... try to relpace that code with this one ..
Comment #2
aauger@diocese-sacramento.org commentedThank you, your suggestion worked great!