Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 117... Línea 117...
117
        }
117
        }
118
        if (!empty($this->badge->version)) {
118
        if (!empty($this->badge->version)) {
119
            $data->hasotherfields = true;
119
            $data->hasotherfields = true;
120
            $data->version = $this->badge->version;
120
            $data->version = $this->badge->version;
121
        }
121
        }
122
        if (!empty($this->badge->imageauthorname)) {
-
 
123
            $data->hasotherfields = true;
-
 
124
            $data->imageauthorname = $this->badge->imageauthorname;
-
 
125
        }
-
 
126
        if (!empty($this->badge->imageauthoremail)) {
-
 
127
            $data->hasotherfields = true;
-
 
128
            $data->imageauthoremail = obfuscate_mailto($this->badge->imageauthoremail, $this->badge->imageauthoremail);
-
 
129
        }
-
 
130
        if (!empty($this->badge->imageauthorurl)) {
-
 
131
            $data->hasotherfields = true;
-
 
132
            $data->imageauthorurl = $this->badge->imageauthorurl;
-
 
133
        }
-
 
134
        if (!empty($this->badge->imagecaption)) {
122
        if (!empty($this->badge->imagecaption)) {
135
            $data->hasotherfields = true;
123
            $data->hasotherfields = true;
136
            $data->imagecaption = $this->badge->imagecaption;
124
            $data->imagecaption = $this->badge->imagecaption;
137
        }
125
        }