summaryrefslogtreecommitdiff
path: root/database/updates.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-03-06 19:12:44 +0000
committerDries Buytaert <dries@buytaert.net>2004-03-06 19:12:44 +0000
commitd3069eefdd7b18ac6ff5a64cce23d49b4da00c37 (patch)
treef796d6d563bf74e4989d1f5239008e37ea949940 /database/updates.inc
parentccc9276f45705221a715b25c7dca4edf9a9c689c (diff)
downloadbrdo-d3069eefdd7b18ac6ff5a64cce23d49b4da00c37.tar.gz
brdo-d3069eefdd7b18ac6ff5a64cce23d49b4da00c37.tar.bz2
- Removed the MSSQL port as discussed with Moshe.
Diffstat (limited to 'database/updates.inc')
-rw-r--r--database/updates.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/updates.inc b/database/updates.inc
index fe9389eec..e39267ef4 100644
--- a/database/updates.inc
+++ b/database/updates.inc
@@ -747,7 +747,7 @@ function update_78() {
)");
}
else {
- /* Needs PGSQL/MSSQL equivalent */
+ /* Needs PostgreSQL equivalent */
}
return $ret;
}