phpBMS

Changeset 735 for trunk/phpbms/modules

Show
Ignore:
Timestamp:
01/08/10 12:39:28 (2 years ago)
Author:
brieb
Message:
  • removed reminens of client email projects
  • fixed display of relation record on addresses
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/addresses_addedit.php

    r702 r735  
    176176 
    177177                        $theinput = new inputDataTableList($db, "table", $therecord["tabledefid"], 
    178                                                                                                 "tabledefs", "id", "displayname", 
     178                                                                                                "tabledefs", "uuid", "displayname", 
    179179                                                                                                "", "", false, "table"); 
    180180                        $theinput->setAttribute("disabled","disabled"); 
     
    182182                        $theform->addField($theinput); 
    183183 
    184                         $theinput = new inputField("recordid",$therecord["recordid"],"record",false,NULL,5,12); 
     184                        $theinput = new inputField("recordid",$therecord["recordid"],"record",false,NULL); 
    185185                        $theinput->setAttribute("readonly","readonly"); 
    186186                        $theinput->setAttribute("class","uneditable"); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.