navigation  interaction  search

 other resources

Changeset 417

Show
Ignore:
Timestamp:
06/23/08 14:07:34
Author:
nate
Message:
  • Fixed code format that allowed no module name in a table definition.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phpbms/include/fields.php

    r384 r417  
    448448                        $this->displayAttributes(); 
    449449                ?> ><?php 
    450                         if($this->hasblank)?><option value="0" <?php if ($this->value==0 || $this->value=="") echo " selected=\"selected\" "?>>&lt;none&gt;</option><?php 
     450                        if($this->hasblank){ 
     451                                ?><option value="0" <?php 
     452                                if ($this->value==0 || $this->value==""){ 
     453                                        echo " selected=\"selected\" "?>>&lt;none&gt;</option><?php 
     454                                }//end if --value-- 
     455                        }//end if --hasblank-- 
    451456 
    452457                        while($therecord=$this->db->fetchArray($this->queryresult)){ 
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.