Feature #272 - A minor correction for the SorttableTable class, the distributed with the system PEAR packages are to be loaded for sure.

skala
Ivan Tcholakov 16 years ago
parent 3b746eb69f
commit 1f64f4f7ed
  1. 4
      main/inc/lib/sortabletable.class.php

@ -1,8 +1,8 @@
<?php
/* For licensing terms, see /license.txt */
require_once 'HTML/Table.php';
require_once 'Pager/Pager.php';
require_once 'pear/HTML/Table.php';
require_once 'pear/Pager/Pager.php';
require_once 'tablesort.lib.php';
/**

Loading…
Cancel
Save