[TEP-COMMIT] CVS: catalog/extras/pr21_to_pr22 ms1_to_ms2.php,1.3,1.4

Mark Evans <[email protected]>
Newsgroups gmane.comp.web.oscommerce.cvs
Message-ID <[email protected]>
Update of /cvsroot/tep/catalog/extras/pr21_to_pr22
In directory sc8-pr-cvs1:/tmp/cvs-serv22164

Modified Files:
	ms1_to_ms2.php 
Log Message:
Remove a php warning message when reporting is set to E_ALL

Index: ms1_to_ms2.php
===================================================================
RCS file: /cvsroot/tep/catalog/extras/pr21_to_pr22/ms1_to_ms2.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ms1_to_ms2.php	23 Jun 2003 01:27:34 -0000	1.3
+++ ms1_to_ms2.php	20 Jul 2003 13:14:35 -0000	1.4
@@ -58,7 +58,7 @@
 
 So if you upgraded to MS1 and stayed there you can use this script.
 <?php
-  if (!$HTTP_POST_VARS['DB_SERVER']) {
+  if (!isset($HTTP_POST_VARS['DB_SERVER'])) {
 ?>
 <form name="database" action="<?php echo basename($PHP_SELF); ?>" method="post">
 <table border="0" cellspacing="2" cellpadding="2">



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.