Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 26... Línea 26...
26
interface analysable {
26
interface analysable {
Línea 27... Línea 27...
27
 
27
 
28
    /**
28
    /**
29
     * Max timestamp.
29
     * Max timestamp.
30
     */
30
     */
Línea 31... Línea 31...
31
    const MAX_TIME = 9999999999;
31
    const MAX_TIME = SQL_INT_MAX;
32
 
32
 
33
    /**
33
    /**
34
     * The analysable unique identifier in the site.
34
     * The analysable unique identifier in the site.