~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to php/lib/mtdb_mysql.php

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-06-13 23:28:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080613232840-ya4jfxv1jgl45a3d
Tags: 4.2~rc2-1
* New upstream release candidate
* Update Standards-Version (no changes)
* Ensure that schema upgrade message is always seen

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# This program is distributed under the terms of the
4
4
# GNU General Public License, version 2.
5
5
#
6
 
# $Id: mtdb_mysql.php 1174 2008-01-08 21:02:50Z bchoate $
 
6
# $Id: mtdb_mysql.php 2285 2008-05-08 22:03:26Z fumiakiy $
7
7
 
8
8
require_once("ezsql".DIRECTORY_SEPARATOR."ezsql_mysql.php");
9
9
require_once("mtdb_base.php");
228
228
                , A.objecttag_blog_id
229
229
            from
230
230
                mt_objecttag A
231
 
                left join mt_objecttag B on A.objecttag_tag_id = B.objecttag_tag_id $entry_filter $blog_filter
232
 
                left join mt_entry D on B.objecttag_object_id = D.entry_id
 
231
                left join mt_objecttag B on A.objecttag_tag_id = B.objecttag_tag_id
 
232
                left join mt_entry D on A.objecttag_object_id = D.entry_id $entry_filter $blog_filter
233
233
                ,mt_tag C
234
234
            where
235
235
                D.entry_class='$class'