Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 226... Línea 226...
226
 
226
 
227
if (!defined('K_TCPDF_CALLS_IN_HTML')) {
227
if (!defined('K_TCPDF_CALLS_IN_HTML')) {
228
	define('K_TCPDF_CALLS_IN_HTML', false);
228
	define('K_TCPDF_CALLS_IN_HTML', false);
Línea -... Línea 229...
-
 
229
}
-
 
230
 
-
 
231
if (!defined('K_ALLOWED_TCPDF_TAGS')) {
-
 
232
	define('K_ALLOWED_TCPDF_TAGS', '');
229
}
233
}
230
 
234
 
231
if (!defined('K_TCPDF_THROW_EXCEPTION_ERROR')) {
235
if (!defined('K_TCPDF_THROW_EXCEPTION_ERROR')) {
Línea 232... Línea 236...
232
	define('K_TCPDF_THROW_EXCEPTION_ERROR', false);
236
	define('K_TCPDF_THROW_EXCEPTION_ERROR', false);
233
}
237
}
234
 
238
 
Línea -... Línea 239...
-
 
239
if (!defined('K_TIMEZONE')) {
-
 
240
	define('K_TIMEZONE', @date_default_timezone_get());
-
 
241
}
-
 
242
 
-
 
243
// Custom cURL options for curl_setopt_array.
235
if (!defined('K_TIMEZONE')) {
244
if (!defined('K_CURLOPTS')) {
236
	define('K_TIMEZONE', @date_default_timezone_get());
245
	define('K_CURLOPTS', array());
237
}
246
}