From: Ashley M. K. <as...@pc...> - 2001-07-25 09:28:05
|
Matthew McEachen wrote: > You should be able to apply the patch by saving this patch to you home > directory (~/ids-breadcrumb.patch), cd'ing into the ids directory Small error. The following: + $prettyAlbum =~ s/_/ /; # replaces underscores with spaces + $prettyAlbum =~ s/\A\#\d+_//; # trims off numbers used for list ordering. ex: "#02_" (\A is like ^) ...should be flipped. Trim off the numbers first, then replace the underscores. Otherwise you'll end up replacing the underscore after the numbers, and the next regexp will never match. -- H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP! +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |