summaryrefslogtreecommitdiff
path: root/includes/install.mysql.inc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-08-06 10:28:42 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-08-06 10:28:42 +0000
commit0f33e78deda252d3732e46e8a3b97670b3cda565 (patch)
tree069d1fa156660c0bea33de4fc34896cc8a304645 /includes/install.mysql.inc
parentc35b832b8253f1bdfea8886c82132d388d1024c5 (diff)
downloadbrdo-0f33e78deda252d3732e46e8a3b97670b3cda565.tar.gz
brdo-0f33e78deda252d3732e46e8a3b97670b3cda565.tar.bz2
#164765 by dmitrig01: remove trailing PHP closing tags, which were causing problems
Diffstat (limited to 'includes/install.mysql.inc')
-rw-r--r--includes/install.mysql.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/install.mysql.inc b/includes/install.mysql.inc
index 7fe8ab7a9..296a8ad8f 100644
--- a/includes/install.mysql.inc
+++ b/includes/install.mysql.inc
@@ -136,6 +136,4 @@ function drupal_test_mysql($url, &$success) {
mysql_close($connection);
return TRUE;
-}
-
-?>
+} \ No newline at end of file