phpBMS

Changeset 769 for trunk

Show
Ignore:
Timestamp:
01/21/10 10:47:19 (2 years ago)
Author:
brieb
Message:
  • Fixes #407 - Various typos and syntax warnings
Location:
trunk/phpbms
Files:
6 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 
  • trunk/phpbms/common/javascript/queryfunctions.js

    r728 r769  
    3838window.onload=function(){ 
    3939 
    40         var sqlbttn=getObjectFromID("showSQLButton");; 
     40        var sqlbttn=getObjectFromID("showSQLButton"); 
    4141 
    4242        if(sqlbttn){ 
  • trunk/phpbms/common/javascript/smartsearch.js

    r703 r769  
    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; 
  • trunk/phpbms/install/update.js

    r548 r769  
    1313 
    1414                        noDebug.className = "success"; 
    15                         noDebug.innerHTML = "Core Program Updated Succefully"; 
     15                        noDebug.innerHTML = "Core Program Updated Successfully"; 
    1616 
    1717                } else { 
  • trunk/phpbms/install/update.php

    r712 r769  
    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> 
     
    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. 
     
    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> 
  • trunk/phpbms/install/update_include.php

    r714 r769  
    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); 
Scanned by Orvant Copyright © 2010 Kreotek, LLC. All Rights reserved.