1
0
Fork 0

first prototype of profile match against global directory (hint: set some keywords)

This commit is contained in:
Friendika 2011-03-21 19:33:06 -07:00
commit e16bca4f76
2 changed files with 43 additions and 1 deletions

View file

@ -14,7 +14,7 @@ function install_post(&$a) {
$phpath = notags(trim($_POST['phpath']));
require_once("dba.php");
unset ($db);
unset($db);
$db = new dba($dbhost, $dbuser, $dbpass, $dbdata, true);
if(mysqli_connect_errno()) {