diff options
| author | Chaz Brown <iamparadox@netscape.net> | 2009-04-07 02:53:48 -0400 |
|---|---|---|
| committer | Chaz Brown <iamparadox@netscape.net> | 2009-04-07 02:53:48 -0400 |
| commit | 81e2f4ab89f48408479019a4dc017e638779f848 (patch) | |
| tree | edb26193700f173e69ef725ec05c33f9e2c55bfc | |
| parent | 57674b1473d633f048c058fa23f288f5f97ba0c5 (diff) | |
Fix typo in characters.sql
--HG--
branch : trunk
| -rw-r--r-- | sql/characters.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/characters.sql b/sql/characters.sql index fc9da398cfe..55a8796e6e4 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -1413,7 +1413,6 @@ LOCK TABLES `petition_sign` WRITE; /*!40000 ALTER TABLE `petition_sign` DISABLE KEYS */; /*!40000 ALTER TABLE `petition_sign` ENABLE KEYS */; UNLOCK TABLES; -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; -- -- Table structure for table `saved_variables` |
