Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 173... Línea 173...
173
        }
173
        }
174
        if (!empty($badge->version)) {
174
        if (!empty($badge->version)) {
175
            $data->hasotherfields = true;
175
            $data->hasotherfields = true;
176
            $data->version = $badge->version;
176
            $data->version = $badge->version;
177
        }
177
        }
178
        if (!empty($badge->imageauthorname)) {
-
 
179
            $data->hasotherfields = true;
-
 
180
            $data->imageauthorname = $badge->imageauthorname;
-
 
181
        }
-
 
182
        if (!empty($badge->imageauthoremail)) {
-
 
183
            $data->hasotherfields = true;
-
 
184
            $data->imageauthoremail = obfuscate_mailto($badge->imageauthoremail, $badge->imageauthoremail);
-
 
185
        }
-
 
186
        if (!empty($badge->imageauthorurl)) {
-
 
187
            $data->hasotherfields = true;
-
 
188
            $data->imageauthorurl = $badge->imageauthorurl;
-
 
189
        }
-
 
190
        if (!empty($badge->imagecaption)) {
178
        if (!empty($badge->imagecaption)) {
191
            $data->hasotherfields = true;
179
            $data->hasotherfields = true;
192
            $data->imagecaption = $badge->imagecaption;
180
            $data->imagecaption = $badge->imagecaption;
193
        }
181
        }