Subversion Repositories php-qbpwcf

Rev

Blame | Last modification | View Log | RSS feed

<?php

include_once 'phpodt.php';

class ODTSubList extends ODTList {
  
  function __construct($items = null) {
    parent::__construct($items, false);
  }
}
?>