Merge branch 'master' of github.com:easysoft/zentaopms

Conflicts:
	module/dev/lang/en.php
This commit is contained in:
xia0ta0
2015-03-05 09:20:44 +08:00
56 changed files with 1320 additions and 95 deletions
+1
View File
@@ -1100,6 +1100,7 @@ class task extends control
/* Set related files. */
if(isset($relatedFiles[$task->id]))
{
$task->files = '';
foreach($relatedFiles[$task->id] as $file)
{
$fileURL = 'http://' . $this->server->http_host . $this->config->webRoot . "data/upload/{$this->app->company->id}/" . $file->pathname;
View File
View File
View File
View File
View File
View File
View File
View File
View File