coding
This commit is contained in:
@@ -712,7 +712,7 @@ if (isset($Field) && count($Field) > 0) {
|
|||||||
$hit = 0;
|
$hit = 0;
|
||||||
|
|
||||||
// we only start this if we have fields, otherwise it would be dumb
|
// we only start this if we have fields, otherwise it would be dumb
|
||||||
while (list(, $value) = each ($Field)) {
|
while (list(, $value) = each($Field)) {
|
||||||
$parts = explode('.', $value);
|
$parts = explode('.', $value);
|
||||||
if (urldecode($parts[0]) != '') {
|
if (urldecode($parts[0]) != '') {
|
||||||
$alltabs[] = substr(urldecode($parts[0]), 1, strlen(urldecode($parts[0])) - 2);
|
$alltabs[] = substr(urldecode($parts[0]), 1, strlen(urldecode($parts[0])) - 2);
|
||||||
|
Reference in New Issue
Block a user