Warning: session_start(): open(/var/lib/php/sessions/sess_op967v9nf9fpmar4olicva1lho, 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 JButton renameSubmitButton(JComponent c, S newName) {
ret renameButton(c, showFormSubmitButtonName(), newName);
}
static JButton renameSubmitButton(S newName, JComponent c) {
ret renameSubmitButton(c, newName);
}