Skip to content

Commit

Permalink
fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDragonWebDesign committed Jan 24, 2024
1 parent 72b05a9 commit cd983a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/classes/pmfolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ public function __construct($sqlConnection) {
$this->strTableKey = "pmfolder_id";
$this->strTableName = $this->MySQL->get_tablePrefix()."privatemessage_folders";
$this->intMemberID = 0;
//$this->strAssociateKeyName = "pm_id";
//$this->strAssociateTableName = $this->MySQL->get_tablePrefix()."privatemessages";
$this->strCategoryKey = "member_id";
}

public function select($intIDNum, $numericIDOnly = true) {
Expand All @@ -39,7 +39,7 @@ public function select($intIDNum, $numericIDOnly = true) {

return $returnVal;
}
function isMemberFolder() {

$returnVal = false;
Expand Down

0 comments on commit cd983a5

Please sign in to comment.