diff options
author | Filip Komar <filip@mageia.org> | 2014-03-09 22:21:02 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2014-03-09 22:21:02 +0000 |
commit | 46111399f989c6b339d37ce3811e6dd51c882e1d (patch) | |
tree | f93b9b8bd7662ee1b5fb8c4a9fb66925f25ce151 /en/about/reports | |
parent | 9750e63e8833087fda00eb6e36d4fc2f86ef90d0 (diff) | |
download | www-46111399f989c6b339d37ce3811e6dd51c882e1d.tar www-46111399f989c6b339d37ce3811e6dd51c882e1d.tar.gz www-46111399f989c6b339d37ce3811e6dd51c882e1d.tar.bz2 www-46111399f989c6b339d37ce3811e6dd51c882e1d.tar.xz www-46111399f989c6b339d37ce3811e6dd51c882e1d.zip |
adding forgotten pot file :(
Diffstat (limited to 'en/about/reports')
-rw-r--r-- | en/about/reports/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/reports/index.php b/en/about/reports/index.php index 14c6cae7c..41fa981a5 100644 --- a/en/about/reports/index.php +++ b/en/about/reports/index.php @@ -32,6 +32,6 @@ $dictionary = read_translation_file($locale, 'about/reports'); </div> </div> </div> - </div><?php echo '<!-- '; $fh = @fopen(G_APP_ROOT . '/langs/' . $locale . '/about/reports.po', 'r'); if ($fh === false) { echo 'false on fopen'; } fclose($fh); var_dump(G_APP_ROOT); /* var_dump($dictionary);*/ echo ' -->'; ?> + </div> </body> </html> |