mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Merge pull request #2348 from OTroccaz/Just-a-missing-parenthesis
Just a missing parenthesis
This commit is contained in:
@@ -776,7 +776,7 @@ class db_verify
|
|||||||
|
|
||||||
foreach($match[1] as $c=>$k)
|
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);
|
$k = substr($k, 5);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user