mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 01:11:28 +02:00
Debug code left in
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/db_verify.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/db_verify.php,v $
|
||||||
| $Revision: 1.3 $
|
| $Revision: 1.4 $
|
||||||
| $Date: 2007-05-29 18:53:01 $
|
| $Date: 2007-11-24 15:42:35 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -235,7 +235,7 @@ function check_tables($what)
|
|||||||
if (strcasecmp(trim($xf),trim($fsplit[$i])) != 0)
|
if (strcasecmp(trim($xf),trim($fsplit[$i])) != 0)
|
||||||
{
|
{
|
||||||
$fld_err = TRUE;
|
$fld_err = TRUE;
|
||||||
echo "Mismatch: ".$xf." - ".$fsplit[$i]."<br />";
|
// echo "Mismatch: ".$xf." - ".$fsplit[$i]."<br />";
|
||||||
}
|
}
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user