Ticket #398: errors_20100110.patch
| File errors_20100110.patch, 3.8 KB (added by a.tangemann@…, 2 years ago) |
|---|
-
install/index.php
469 469 guide future development of the project so we can continue to make 470 470 focus on the communities needs. 471 471 </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> 473 473 474 474 <h3>Contribute</h3> 475 475 -
modules/bms/invoices_addresses_ajax.php
105 105 106 106 } else { 107 107 108 ?><p><em>no records found</em></p><? 108 ?><p><em>no records found</em></p><?php 109 109 110 110 }//endif numrows 111 111 -
modules/bms/version.php
1 1 <?php 2 2 3 3 $modules["bms"]["name"] = "Business Management System (BMS)"; 4 4 5 5 $modules["bms"]["version"] = 0.98; 6 6 7 7 $modules["bms"]["description"] = 8 "The Business Magagement functionality of phpBMS. This module includes clients/pro psetcs, 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 10 10 $modules["bms"]["requirements"] = "phpBMS Core v0.98"; 11 11 12 12 ?> 13 No newline at end of file -
modules/mailchimp/manual_list_sync.php
48 48 AND tabledefid = 'tbld:6d290174-8b73-e199-fe6c-bcf3d4b61083' 49 49 "; 50 50 51 $queryresult = $ this->db->query($querystatement);51 $queryresult = $db->query($querystatement); 52 52 53 $therecord = $ this->db->fetchArray($queryresult);53 $therecord = $db->fetchArray($queryresult); 54 54 55 55 if(!hasRights($therecord["roleid"])) 56 56 goURL(APP_PATH."noaccess.php"); -
print.php
129 129 $fakeExtForIE = "' + String.fromCharCode(38) + ' &ext=.pdf"; 130 130 131 131 // make the url unique to avoid using browser cache 132 $dateTimeStamp = "' + String.fromCharCode(38) + 'ts=". mktime();132 $dateTimeStamp = "' + String.fromCharCode(38) + 'ts=".time(); 133 133 134 134 //javascript open each report in new window 135 135 $tablePrinter->openwindows .= "window.open('".APP_PATH.$reportrecord["reportfile"]."?rid=".urlencode($reportrecord["uuid"])."' + String.fromCharCode(38) + 'tid=".urlencode($tablePrinter->tableid).$dateTimeStamp.$fakeExtForIE."','print".$i."');\n"; -
requirements.php
37 37 +-------------------------------------------------------------------------+ 38 38 */ 39 39 $loginNoKick=true; 40 $loginNoDisplayError=true; ;40 $loginNoDisplayError=true; 41 41 require("include/session.php"); 42 42 43 43 $pageTitle = "phpBMS Browser Requirements"; … … 47 47 $phpbms->showMenu = false; 48 48 $phpbms->showFooter = false; 49 49 50 include("header.php") 50 include("header.php"); 51 51 ?><div class="bodyline" id="container"> 52 52 53 53 <h1>phpBMS Browser Requirements</h1>