DOCSYSTEM Quitando los error_logs

Quitando los error_logs
This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-05-08 12:33:48 -04:00
parent 9f5e93fe11
commit f48242be90
3 changed files with 5 additions and 33 deletions

View File

@@ -295,11 +295,11 @@ class Translation extends BaseTranslation
fwrite( $f, '$translation' . $plugin . ' =' . 'unserialize(\'' . addcslashes( serialize( $translation ), '\\\'' ) . "');\n" );
fwrite( $f, "?>" );
fclose( $f );
/*
$f = fopen( $cacheFileJS, 'w' );
fwrite( $f, "var G_STRINGS =" . Bootstrap::json_encode( $translationJS ) . ";\n" );
fclose( $f );
*/
$res['cacheFile'] = $cacheFile;
$res['cacheFileJS'] = $cacheFileJS;
$res['rows'] = count( $translation );