phpBMS

Changeset 745

Show
Ignore:
Timestamp:
01/10/10 14:56:26 (2 years ago)
Author:
brieb
Message:
  • implemented patch from #398 (small typos and bugs)
  • reinstated debug mode now that release is (almost) done
Location:
trunk/phpbms
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/include/session.php

    r741 r745  
    3939 
    4040// Turn on/or off debugging 
    41 @ define("APP_DEBUG", false); 
     41@ define("APP_DEBUG", true); 
    4242if(APP_DEBUG) 
    4343        error_reporting(E_ALL); 
  • trunk/phpbms/install/index.php

    r712 r745  
    470470                                    focus on the communities needs. 
    471471                                </p> 
    472                                 <p id="registerP">Take a minute to <a href="kreotek.com/registerphpbms">register your copy of phpBMS</a> today.</p> 
     472                                <p id="registerP">Take a minute to <a href="http://kreotek.com/registerphpbms">register your copy of phpBMS</a> today.</p> 
    473473 
    474474                                <h3>Contribute</h3> 
  • trunk/phpbms/modules/bms/invoices_addresses_ajax.php

    r711 r745  
    106106                        } else { 
    107107 
    108                                 ?><p><em>no records found</em></p><? 
     108                                ?><p><em>no records found</em></p><?php 
    109109 
    110110                        }//endif numrows 
  • trunk/phpbms/modules/bms/version.php

    r657 r745  
    22 
    33        $modules["bms"]["name"] = "Business Management System (BMS)"; 
    4          
     4 
    55        $modules["bms"]["version"] = 0.98; 
    6          
     6 
    77        $modules["bms"]["description"] = 
    8         "The Business Magagement functionality of phpBMS.  This module includes clients/propsetcs, quote/order/invoice, and products sections."; 
    9          
     8        "The Business Magagement functionality of phpBMS.  This module includes clients/prospects, quote/order/invoice, and products sections."; 
     9 
    1010        $modules["bms"]["requirements"] = "phpBMS Core v0.98"; 
    1111 
  • trunk/phpbms/modules/mailchimp/manual_list_sync.php

    r730 r745  
    4949        "; 
    5050 
    51 $queryresult = $this->db->query($querystatement); 
     51$queryresult = $db->query($querystatement); 
    5252 
    53 $therecord = $this->db->fetchArray($queryresult); 
     53$therecord = $db->fetchArray($queryresult); 
    5454 
    5555if(!hasRights($therecord["roleid"])) 
  • trunk/phpbms/print.php

    r702 r745  
    130130 
    131131                                                // make the url unique to avoid using browser cache 
    132                                                 $dateTimeStamp = "' + String.fromCharCode(38) + 'ts=".mktime(); 
     132                                                $dateTimeStamp = "' + String.fromCharCode(38) + 'ts=".time(); 
    133133 
    134134                                                //javascript open each report in new window 
  • trunk/phpbms/requirements.php

    r702 r745  
    3838*/ 
    3939        $loginNoKick=true; 
    40         $loginNoDisplayError=true;; 
     40        $loginNoDisplayError=true; 
    4141        require("include/session.php"); 
    4242 
     
    4848        $phpbms->showFooter = false; 
    4949 
    50         include("header.php") 
     50        include("header.php"); 
     51         
    5152?><div class="bodyline" id="container"> 
    5253 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.