]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Process.pl
- second round of changes from lear@OPN. thanks!
[infobot.git] / src / Process.pl
index dd3d80ca81ca144ee8f184309d59e191ddc10d74..e09f0f079c8cc3a9d7ad2293150b3ec73b673c19 100644 (file)
@@ -329,7 +329,7 @@ sub process {
        }
     }
 
-    if (&IsParam("factoids") and $param{'DBType'} =~ /^(mysql|pg|postgres|dbm)/i) {
+    if (&IsParam("factoids") and $param{'DBType'} =~ /^(mysql|pgsql|dbm)/i) {
        &FactoidStuff();
     } elsif ($param{'DBType'} =~ /^none$/i) {
        return "NO FACTOIDS.";