Updating .po and .sql files release 2.8-RC2 2014-10-20 18:15

This commit is contained in:
Julio Cesar Laura
2014-10-20 18:18:47 -04:00
parent 2049511e62
commit 221dd7c38c
4 changed files with 12 additions and 4 deletions

View File

@@ -1465,7 +1465,6 @@ class adminProxy extends HttpProxyController
$process = array();
while ($rs->next()) {
$row = $rs->getRow();
G::pr($row);
$process[$row['PRO_STATUS']] = $row['NUMBER_PROCESS'];
}
$params["process"] = $process;
@@ -1473,7 +1472,7 @@ class adminProxy extends HttpProxyController
//Country/city (Timezone)
$params["Timezone"] = (defined('TIME_ZONE') && TIME_ZONE != "Unknown") ? TIME_ZONE : date_default_timezone_get();
$support = PATH_DATA_SITE . 'support.txt';
$support = PATH_DATA_SITE . SYS_SYS . '-' . date('YmdHis') . '.spm';
file_put_contents($support, serialize($params));
G::streamFile($support, true);
G::rm_dir($support);