04-14-2023, 10:13 PM
Was able to figure out the error. I was inputing that line as a new one but just added it like this and it worked. Thank you again for all your help.
function getDomains($filt=''){
$domtable=$this->conf['domainstable']['tablename'];
$q="select * from $domtable order by domainname";
if($filt<>'')$q.=" where $filt";
#echo "$q\n";
return $this->query($q);
Restored from old drupal forum, for user uid:6843 username:torreschrist
You may reset your password to access your new account here.
function getDomains($filt=''){
$domtable=$this->conf['domainstable']['tablename'];
$q="select * from $domtable order by domainname";
if($filt<>'')$q.=" where $filt";
#echo "$q\n";
return $this->query($q);
Restored from old drupal forum, for user uid:6843 username:torreschrist
You may reset your password to access your new account here.