From 45de775fc996f7c300d7618f8224188b20c6e78b Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 25 May 2008 14:28:58 +0000 Subject: [PATCH] MDL-14978 removed obsoleted make_table() --- lib/deprecatedlib.php | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index 1221c48911..8a2b8a2cdb 100644 --- a/lib/deprecatedlib.php +++ b/lib/deprecatedlib.php @@ -205,29 +205,6 @@ function get_recent_enrolments($courseid, $timestart) { ########### FROM weblib.php ########################################################################## -/** - * Creates a nicely formatted table and returns it. - * - * @param array $table is an object with several properties. - * $table->head - An array of heading names. - *
  • $table->align - An array of column alignments - *
  • $table->size - An array of column sizes - *
  • $table->wrap - An array of "nowrap"s or nothing - *
  • $table->data[] - An array of arrays containing the data. - *
  • $table->class - A css class name - *
  • $table->fontsize - Is the size of all the text - *
  • $table->tablealign - Align the whole table - *
  • $table->width - A percentage of the page - *
  • $table->cellpadding - Padding on each cell - *
  • $table->cellspacing - Spacing between cells - * - * @return string - * @todo Finish documenting this function - */ -function make_table($table) { - return print_table($table, true); -} - /** * Print a message in a standard themed box. -- 2.39.5