missing word (find) added

This commit is contained in:
Brenda Wallace 2009-06-24 04:07:15 +12:00
parent 8f1b1ffcf0
commit 4d42bc7690
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function checkPrereqs()
}
}
if (!checkExtension('pgsql') && !checkExtension('mysql')) {
?><p class="error">Cannot mysql or pgsql extension. You need one or the other: <code><?php echo $req; ?></code></p><?php
?><p class="error">Cannot find mysql or pgsql extension. You need one or the other: <code><?php echo $req; ?></code></p><?php
$pass = false;
}