14 lines
No EOL
210 B
PHP
14 lines
No EOL
210 B
PHP
<?php
|
|
|
|
class JlogUpdate_110To111
|
|
{
|
|
function getForm($l)
|
|
{
|
|
return '<p>Keine Einstellungen notwendig.</p>';
|
|
}
|
|
|
|
function performUpdate($l, $settings)
|
|
{
|
|
return true;
|
|
}
|
|
} |