Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/30/2008 10:36:13 AM (18 years ago)
Author:
sambauers
Message:

Various optimisations and typo fixes - Fixes #842 - props momo360modena - branches/0.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.8/bb-admin/upgrade-functions.php

    r1236 r1386  
    429429
    430430        $bbdb->hide_errors();
    431         if ( !$ids = $bbdb->get_var("SELECT forum_slug FROM $bbdb->forums ORDER BY forum_order ASC LIMIT 1" ) )
     431        if ( !$bbdb->get_var("SELECT forum_slug FROM $bbdb->forums ORDER BY forum_order ASC LIMIT 1" ) )
    432432                return; // Wait till after dbDelta
    433433        $bbdb->show_errors();
Note: See TracChangeset for help on using the changeset viewer.