1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

more imode removal

This commit is contained in:
CaMer0n
2009-07-07 06:50:56 +00:00
parent 8e634b6e70
commit 67765533e2
11 changed files with 88 additions and 90 deletions

View File

@@ -9,9 +9,9 @@
* Administration Area - Site Links
*
* $Source: /cvs_backup/e107_0.8/e107_admin/links.php,v $
* $Revision: 1.22 $
* $Date: 2009-04-29 01:51:12 $
* $Author: bugrain $
* $Revision: 1.23 $
* $Date: 2009-07-07 06:50:55 $
* $Author: e107coders $
*
*/
@@ -390,7 +390,7 @@ class links
function display_row($row2, $indent = FALSE)
{
global $sql, $rs, $tp, $linkArray, $previous_cat, $imode;
global $sql, $rs, $tp, $linkArray, $previous_cat;
extract($row2);
if($link_category > 1 && $link_category != $previous_cat)