[Vtigercrm-commits] [vtiger-commits] r3943 - /vtigercrm/branches/4.2/install/5createTables.inc.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sun Feb 26 23:58:58 EST 2006


Author: mfedyk
Date: Sun Feb 26 21:58:56 2006
New Revision: 3943

Log:
output one less line to compensate for create_default_users().  see #40

Modified:
    vtigercrm/branches/4.2/install/5createTables.inc.php

Modified: vtigercrm/branches/4.2/install/5createTables.inc.php
==============================================================================
--- vtigercrm/branches/4.2/install/5createTables.inc.php (original)
+++ vtigercrm/branches/4.2/install/5createTables.inc.php Sun Feb 26 21:58:56 2006
@@ -257,7 +257,7 @@
 	$focus->create_tables(); // inserts only rows
 	eecho (", ");
 }
-eecho ("Done.\n");
+eecho ("Done.");
 
 /*
 if ($new_tables)





More information about the vtigercrm-commits mailing list