[interchange-cvs] interchange - ton modified dist/etc/jobs/i18n/update_locales

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Wed Mar 19 12:33:00 2003


User:      ton
Date:      2003-03-19 17:32:06 GMT
Modified:  dist/etc/jobs/i18n update_locales
Log:
	Added missing quotes.

Revision  Changes    Path
1.5       +1 -1      interchange/dist/etc/jobs/i18n/update_locales


rev 1.5, prev_rev 1.4
Index: update_locales
===================================================================
RCS file: /var/cvs/interchange/dist/etc/jobs/i18n/update_locales,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- update_locales	19 Mar 2003 17:27:44 -0000	1.4
+++ update_locales	19 Mar 2003 17:32:06 -0000	1.5
@@ -13,7 +13,7 @@
 $pdir = substr($Config->{PageDir}, length($Config->{VendRoot}) + 1);
 
 # get all pages, templates and components
-@files = $Tag->find({}, [$pdir, 'templates', 'special_pages', include]);
+@files = $Tag->find({}, [$pdir, 'templates', 'special_pages', 'include']);
 
 for $file (@files) {
     # get contents of current page