summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-05-09 11:39:23 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-05-09 11:39:23 +0000
commit85cae8161f4065c903a52bcff45f257c4244a3f2 (patch)
tree28e92fd68720ba6effd58f5f747b52a6585cbf66 /update.php
parenta7845659e8f383167f801975a44e8df06b26e40d (diff)
downloadbrdo-85cae8161f4065c903a52bcff45f257c4244a3f2.tar.gz
brdo-85cae8161f4065c903a52bcff45f257c4244a3f2.tar.bz2
#127539 by bjaspan: fix comma syntax error in update.php and system.install
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 8c3362119..3387ad849 100644
--- a/update.php
+++ b/update.php
@@ -698,7 +698,7 @@ function update_create_batch_table() {
sid varchar(64) NOT NULL default '',
timestamp int NOT NULL default '0',
batch text,
- PRIMARY KEY (bid),
+ PRIMARY KEY (bid)
)");
$ret[] = update_sql("CREATE INDEX {batch}_sid_idx ON {batch} (sid)");
break;