Changeset 284
- Timestamp:
- 12/12/07 09:03:13 (15 years ago)
- Location:
- dev/common
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/admin/option_db.php
r283 r284 9 9 { 10 10 //check if navigation table filled with default links 11 require_once('common/includes/autoupgrade.php'); 11 12 check_navigationtable(); 12 13 } -
dev/common/includes/autoupgrade.php
r283 r284 9 9 $statlink = '?a=alliance_detail&all_id='.ALLIANCE_ID; 10 10 } 11 $query = "select count(KBSITE) from kb3_navigation WHERE KBSITE = '".KB_SITE."' AND target = '?a=home'";11 $query = "select count(KBSITE) from kb3_navigation WHERE KBSITE = '".KB_SITE."'"; 12 12 $result = @mysql_query($query); 13 13 $row = mysql_fetch_row($result);