summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-07-29 17:28:23 +0000
committerDries Buytaert <dries@buytaert.net>2007-07-29 17:28:23 +0000
commit80ff5109a774a69473e2a9d74a49b8dc4da03e8f (patch)
tree62e999724a21b492ad7f722685d44cc697b88a1b /includes/bootstrap.inc
parenta78ac962952ec63080789422751038275c3c62fb (diff)
downloadbrdo-80ff5109a774a69473e2a9d74a49b8dc4da03e8f.tar.gz
brdo-80ff5109a774a69473e2a9d74a49b8dc4da03e8f.tar.bz2
- Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.
This is a small form API extension (doesn't break existing code) that facilitates the Drupal 6 upgrade of the Views module. A good example of why it can be beneficial to start upgrading your modules early on in the code freeze. ;)
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index c57929982..52bfc5fa5 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -1101,6 +1101,6 @@ function ip_address() {
$remote_ip = $ip_array[0];
}
}
-
+
return $remote_ip;
}