From 8043cb998f3325731bfab8d82251fa49639aec1d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Apr 2002 11:52:50 +0000 Subject: - Applied Marco's big patch, including contributions from Moshe: + Changed the db_query() API. + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions. + XHTML-ified some HTML. + Wrapped a lot of text in the administrative pages in a t() function. + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri(). + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg. RSS code). + Fixed some bugs in the taxonomy module (eg. tree making bug), added new functionality (eg. new APIs for use by other modules), included Moshe's taxonomy extensions, and some documentation udpates. + ... --- admin.php | 1 - 1 file changed, 1 deletion(-) (limited to 'admin.php') diff --git a/admin.php b/admin.php index 3ab5b9375..8f8e82cb0 100644 --- a/admin.php +++ b/admin.php @@ -51,5 +51,4 @@ function admin_page($mod) { if (user_access("access administration pages")) { admin_page($mod); } - ?> \ No newline at end of file -- cgit v1.2.3