|
From: Verdon V. <ve...@us...> - 2008-07-07 13:30:37
|
Update of /cvsroot/phpwebsite-comm/modules/rolodex/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15927/boost Modified Files: update.php Log Message: 1.0 cleanup Index: update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/boost/update.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** update.php 6 Jul 2008 13:05:14 -0000 1.8 --- update.php 7 Jul 2008 13:30:04 -0000 1.9 *************** *** 45,52 **** 'templates/list_category.tpl', 'templates/list_member.tpl', - 'templates/view_location.tpl', - 'templates/view_feature.tpl', 'templates/view_member.tpl', - 'templates/view_category.tpl', 'templates/adv_search_form.tpl', 'templates/alpha_click.tpl', --- 45,49 ---- *************** *** 92,99 **** $files = array('templates/adv_search_form.tpl', 'templates/list_member.tpl', - 'templates/view_location.tpl', - 'templates/view_feature.tpl', 'templates/view_member.tpl', - 'templates/view_category.tpl', 'templates/message_member.tpl', 'templates/edit_settings.tpl' --- 89,93 ---- *************** *** 122,128 **** 'templates/adv_search_form.tpl', 'templates/list_member.tpl', - 'templates/view_category.tpl', - 'templates/view_feature.tpl', - 'templates/view_location.tpl', 'templates/view_member.tpl', 'img/view.gif', --- 116,119 ---- |