Zombie ChangeLog

This is the ChangeLog for Zombie. It is updated when needed and always reflects the ChangeLog in the CVS version. ]+)>", $Data[$Index], $Matches ) ) { // it's a date print "

"; print $Matches[1] . " " . $Matches[2] . "\n"; print "

"; } else if ( ereg ( "^[ \t]*\$", $Data[$Index] ) ) { // empty line, ignore } else if ( ereg ( "^[ \t]+\*(.*)", $Data[$Index], $Matches ) ) { print $Matches[1]; } else { print $Data[$Index] . "\n"; } } ?>


Generated: March 11 2010 06:29:10.