From 2dc9c9254336d5b5344b35f6b50b830dc25ee8a1 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 17 Aug 2006 06:41:47 +0000 Subject: [PATCH] We no longer need to add individual templates to the $files[] array --- docs/makepo.sh.php | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/makepo.sh.php b/docs/makepo.sh.php index 795790d..7289da6 100755 --- a/docs/makepo.sh.php +++ b/docs/makepo.sh.php @@ -66,7 +66,6 @@ foreach ($templates AS $paths) file_put_contents($paths['temp'], $template); - $files[] = $paths['temp']; $removelater[] = $paths['temp']; } -- 2.22.5