phpBMS

Show
Ignore:
Timestamp:
01/21/10 10:47:19 (2 years ago)
Author:
brieb
Message:
  • Fixes #407 - Various typos and syntax warnings
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/advancedsort.php

    r702 r769  
    5050            $this->tabledefid = $tabledefid; 
    5151            $this->tabledefuuid = getUuid($this->db, "tbld:5c9d645f-26ab-5003-b98e-89e9049f8ac3", ((int) $tabledefid)); 
    52              
     52 
    5353            $querystatement = " 
    5454                SELECT 
     
    5959                    `uuid` = '".$this->tabledefuuid."' 
    6060            "; 
    61              
     61 
    6262            $queryresult = $this->db->query($querystatement); 
    63              
     63 
    6464            $therecord = $this->db->fetchArray($queryresult); 
    6565            $this->prefix = $therecord["prefix"]; 
     
    107107 
    108108            ?> 
    109             <select id="sortSavedList" name="sortSavedList" <?php if ($numrows<1) echo "disabled" ?> size="10" style="width:99%" onchange="sortSavedSelect(this)" /> 
     109            <select id="sortSavedList" name="sortSavedList" <?php if ($numrows<1) echo "disabled" ?> size="10" style="width:99%" onchange="sortSavedSelect(this)"> 
    110110            <?php 
    111111 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.