phpBMS

Ticket #407: problems.patch

File problems.patch, 4.6 KB (added by a.tangemann@…, 2 years ago)
  • advancedsort.php

     
    106106            $numrows = $this->db->numRows($queryresult); 
    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 
    112112                if($numrows<1){ 
  • common/javascript/queryfunctions.js

     
    3737*/ 
    3838window.onload=function(){ 
    3939 
    40         var sqlbttn=getObjectFromID("showSQLButton");; 
     40        var sqlbttn=getObjectFromID("showSQLButton"); 
    4141 
    4242        if(sqlbttn){ 
    4343                var sqlDivs = new Array(); 
  • common/javascript/smartsearch.js

     
    504504                connect(smartSearches[i], "onkeyup", smartSearch.changeDisplay); 
    505505                connect(smartSearches[i], "onblur", smartSearch.blurDisplay); 
    506506 
    507                 var ssID = smartSearches[i].id.substr(3); 
     507                ssID = smartSearches[i].id.substr(3); 
    508508 
    509509                smartSearch.displayValue[ssID] = smartSearches[i].value; 
    510510                smartSearch.committedDisplayValue[ssID] = smartSearches[i].value; 
  • install/update.js

     
    1212                if(response.success === true){ 
    1313 
    1414                        noDebug.className = "success"; 
    15                         noDebug.innerHTML = "Core Program Updated Succefully"; 
     15                        noDebug.innerHTML = "Core Program Updated Successfully"; 
    1616 
    1717                } else { 
    1818 
  • install/update.php

     
    129129 
    130130                                <h1>Preparing For Update</h1> 
    131131                                <p> 
    132                                         Before updating, There are several steps to take and insure that backup runs smoothly. 
     132                                        Before updating, there are several steps to take and insure that backup runs smoothly. 
    133133                                </p> 
    134134                                <ul> 
    135135                                        <li> 
     
    223223                                <h1>Update Modules</h1> 
    224224 
    225225                                <p> 
    226                                     To install a module that is not currently installed, wait unitl the update process 
     226                                    To install a module that is not currently installed, wait until the update process 
    227227                                    has completed successfully.  Then run the installation script and skip to the "install 
    228228                                    modules" section. 
    229229                                </p> 
     
    301301                                                <h3>Payment Information Encryption</h3> 
    302302                                                <p> 
    303303                                                    If you store sensitive payment information such as credit card 
    304                                                     numbers make sure to enable the encrption option in the configuration page 
     304                                                    numbers make sure to enable the encryption option in the configuration page 
    305305                                                    underneath the BMS module section. You will also need to create and link 
    306306                                                    to an external file on the server that contains the encryption key. Typically, 
    307                                                     encyrption key files are text files containing a 64-128 character hash. 
     307                                                    encryption key files are text files containing a 64-128 character hash. 
    308308                                                </p> 
    309309                                        </li> 
    310310 
  • install/update_include.php

     
    8181                        $querystatement = "SELECT VERSION() AS ver"; 
    8282                        $queryresult = $this->db->query($querystatement); 
    8383                        if($this->db->error) 
    84                                 $error = new appError(-425,"Could not retrieve mysql verson. ","Database Error", true, true, false); 
     84                                $error = new appError(-425,"Could not retrieve mysql version. ","Database Error", true, true, false); 
    8585 
    8686                        $therecord = $this->db->fetchArray($queryresult); 
    8787 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.