summaryrefslogtreecommitdiff
path: root/includes/database.inc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-08 10:35:43 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-08 10:35:43 +0000
commitb78a990270fe41d582ae22b7f42df292428ec74b (patch)
tree9dcece10ab0e1a5c8e012ac7ccb5d4db71fec4ac /includes/database.inc
parent0ab0b1d65f494dbef7f2152b789c721711000001 (diff)
downloadbrdo-b78a990270fe41d582ae22b7f42df292428ec74b.tar.gz
brdo-b78a990270fe41d582ae22b7f42df292428ec74b.tar.bz2
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
Diffstat (limited to 'includes/database.inc')
-rw-r--r--includes/database.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database.inc b/includes/database.inc
index 25aadf57a..c8212c16f 100644
--- a/includes/database.inc
+++ b/includes/database.inc
@@ -9,7 +9,7 @@
/**
* A hash value to check when outputting database errors, md5('DB_ERROR').
*
- * @see drupal_error_handler
+ * @see drupal_error_handler()
*/
define('DB_ERROR', 'a515ac9c2796ca0e23adbe92c68fc9fc');