Warning: session_start(): open(/var/lib/php/sessions/sess_3igoj6olaik8j3uacj6lha6sf4, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static S snippetWithTitle_cached(S id) {
if (!isSnippetID(id)) ret id;
id = formatSnippetID(id);
ret id + " - " + getSnippetTitle_cached(id);
}
static S snippetWithTitle_cached(Snippet s) {
ret s == null ? "-" : s.id + " - " + s.title;
}