mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Just a missing parenthesis
This commit is contained in:
@@ -776,7 +776,7 @@ class db_verify
|
||||
|
||||
foreach($match[1] as $c=>$k)
|
||||
{
|
||||
if(strpos($k,'e107_' === 0) // remove prefix if found in sql dump.
|
||||
if(strpos($k,'e107_' === 0)) // remove prefix if found in sql dump.
|
||||
{
|
||||
$k = substr($k, 5);
|
||||
}
|
||||
|
Reference in New Issue
Block a user