Update of /cvsroot/phpwebsite-comm/modules/podcaster/boost
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7913/boost
Modified Files:
update.php
Log Message:
getting ready for 1.0.4 and release
Index: update.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/boost/update.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** update.php 6 Jan 2008 00:34:42 -0000 1.6
--- update.php 6 Jan 2008 00:44:54 -0000 1.7
***************
*** 90,96 ****
'templates/edit_channel.tpl',
'templates/edit_episode.tpl',
! 'templates/block_home.tpl',
'templates/view_rss.tpl',
'templates/info.tpl',
'conf/config.php'
);
--- 90,99 ----
'templates/edit_channel.tpl',
'templates/edit_episode.tpl',
! 'templates/list_channel.tpl',
! 'templates/list_episode.tpl',
! 'templates/list_episode_channel.tpl',
'templates/view_rss.tpl',
'templates/info.tpl',
+ 'templates/block_home.tpl',
'conf/config.php'
);
|