Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 911 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

include_once 'phpodt.php';

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