exported from svn
This commit is contained in:
commit
03995d3bc6
85 changed files with 14765 additions and 0 deletions
14
scripts/update/110To111.php
Normal file
14
scripts/update/110To111.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class JlogUpdate_110To111
|
||||
{
|
||||
function getForm($l)
|
||||
{
|
||||
return '<p>Keine Einstellungen notwendig.</p>';
|
||||
}
|
||||
|
||||
function performUpdate($l, $settings)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue