Index: install/index.php
===================================================================
--- install/index.php	(revision 744)
+++ install/index.php	(working copy)
@@ -469,7 +469,7 @@
                                     guide future development of the project so we can continue to make
                                     focus on the communities needs.
                                 </p>
-                                <p id="registerP">Take a minute to <a href="kreotek.com/registerphpbms">register your copy of phpBMS</a> today.</p>
+                                <p id="registerP">Take a minute to <a href="http://kreotek.com/registerphpbms">register your copy of phpBMS</a> today.</p>
 
                                 <h3>Contribute</h3>
 
Index: modules/bms/invoices_addresses_ajax.php
===================================================================
--- modules/bms/invoices_addresses_ajax.php	(revision 744)
+++ modules/bms/invoices_addresses_ajax.php	(working copy)
@@ -105,7 +105,7 @@
 
 			} else {
 
-				?><p><em>no records found</em></p><?
+				?><p><em>no records found</em></p><?php
 
 			}//endif numrows
 
Index: modules/bms/version.php
===================================================================
--- modules/bms/version.php	(revision 744)
+++ modules/bms/version.php	(working copy)
@@ -1,12 +1,12 @@
 <?php
 
 	$modules["bms"]["name"] = "Business Management System (BMS)";
-	
+
 	$modules["bms"]["version"] = 0.98;
-	
+
 	$modules["bms"]["description"] =
-	"The Business Magagement functionality of phpBMS.  This module includes clients/propsetcs, quote/order/invoice, and products sections.";
-	
+	"The Business Magagement functionality of phpBMS.  This module includes clients/prospects, quote/order/invoice, and products sections.";
+
 	$modules["bms"]["requirements"] = "phpBMS Core v0.98";
 
 ?>
\ No newline at end of file
Index: modules/mailchimp/manual_list_sync.php
===================================================================
--- modules/mailchimp/manual_list_sync.php	(revision 744)
+++ modules/mailchimp/manual_list_sync.php	(working copy)
@@ -48,9 +48,9 @@
         AND tabledefid = 'tbld:6d290174-8b73-e199-fe6c-bcf3d4b61083'
         ";
 
-$queryresult = $this->db->query($querystatement);
+$queryresult = $db->query($querystatement);
 
-$therecord = $this->db->fetchArray($queryresult);
+$therecord = $db->fetchArray($queryresult);
 
 if(!hasRights($therecord["roleid"]))
     goURL(APP_PATH."noaccess.php");
Index: print.php
===================================================================
--- print.php	(revision 744)
+++ print.php	(working copy)
@@ -129,7 +129,7 @@
 							$fakeExtForIE = "' + String.fromCharCode(38) + ' &amp;ext=.pdf";
 
                                                 // make the url unique to avoid using browser cache
-						$dateTimeStamp = "' + String.fromCharCode(38) + 'ts=".mktime();
+						$dateTimeStamp = "' + String.fromCharCode(38) + 'ts=".time();
 
 						//javascript open each report in new window
 						$tablePrinter->openwindows .= "window.open('".APP_PATH.$reportrecord["reportfile"]."?rid=".urlencode($reportrecord["uuid"])."' + String.fromCharCode(38) + 'tid=".urlencode($tablePrinter->tableid).$dateTimeStamp.$fakeExtForIE."','print".$i."');\n";
Index: requirements.php
===================================================================
--- requirements.php	(revision 744)
+++ requirements.php	(working copy)
@@ -37,7 +37,7 @@
  +-------------------------------------------------------------------------+
 */
 	$loginNoKick=true;
-	$loginNoDisplayError=true;;
+	$loginNoDisplayError=true;
 	require("include/session.php");
 
 	$pageTitle = "phpBMS Browser Requirements";
@@ -47,7 +47,7 @@
 	$phpbms->showMenu = false;
 	$phpbms->showFooter = false;
 
-	include("header.php")
+	include("header.php");
 ?><div class="bodyline" id="container">
 
 	<h1>phpBMS Browser Requirements</h1>

