exported from svn

This commit is contained in:
Jeena 2013-10-07 14:46:08 +02:00
commit 03995d3bc6
85 changed files with 14765 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<?php
class JlogUpdate_110To111
{
function getForm($l)
{
return '<p>Keine Einstellungen notwendig.</p>';
}
function performUpdate($l, $settings)
{
return true;
}
}