Update of /cvsroot/freevo/freevo/src/www/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv12043
Modified Files:
library.rpy
Log Message:
Make the favorites match use the newer file naming scheme (s/ /_/g).
Index: library.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/library.rpy,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** library.rpy 1 Jul 2003 21:47:35 -0000 1.7
--- library.rpy 7 Jul 2003 03:20:22 -0000 1.8
***************
*** 14,17 ****
--- 14,20 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.8 2003/07/07 03:20:22 rshortt
+ # Make the favorites match use the newer file naming scheme (s/ /_/g).
+ #
# Revision 1.7 2003/07/01 21:47:35 outlyer
# Made a check to see if file exists before unlinking.
***************
*** 182,185 ****
--- 185,189 ----
favtitles = [ fav.title for fav in favs ]
favre = string.join(favtitles, '|') # no I am not a packers fan
+ favre = string.replace(favre, ' ', '_')
# loop over directory here
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog