]> git.mjollnir.org Git - moodle.git/commitdiff
Missing prefix
authormoodler <moodler>
Mon, 23 Aug 2004 12:37:12 +0000 (12:37 +0000)
committermoodler <moodler>
Mon, 23 Aug 2004 12:37:12 +0000 (12:37 +0000)
enrol/paypal/db/mysql.sql

index c5ab17714ddcaa80b354444c46af305c1f6d0756..7ffe94e19ace938cd42446e7619c53608fe90309 100644 (file)
@@ -1,4 +1,4 @@
-CREATE TABLE `enrol_paypal` (
+CREATE TABLE `prefix_enrol_paypal` (
   `id` int(10) unsigned NOT NULL auto_increment,
   `business` varchar(255) NOT NULL default '',
   `receiver_email` varchar(255) NOT NULL default '',