SleePyCode Forums

Special Site & Other Boards => PasteBin => Topic started by: SleePy on Jan 13, 2008, 06:40 PM

Title: Paste-1200249657:v:use_geshi-1:v:type-php
Post by: SleePy on Jan 13, 2008, 06:40 PM
{int:paste_board}
Title: Paste-1200249704:v:use_geshi-1:v:type-php
Post by: SleePy on Jan 13, 2008, 06:41 PM
            'paste_board' => $pSettings['paste_board'],
Title: Paste-1200249730:v:use_geshi-1:v:type-php
Post by: SleePy on Jan 13, 2008, 06:42 PM
         WHERE t.id_board = {int:paste_board}
         ORDER BY id_last_msg DESC
         LIMIT {int:limit_recent}",
         array(
            'paste_board' => $pSettings['paste_board'],
Title: Paste-1200258121:v:use_geshi-1:v:type-php
Post by: SleePy on Jan 13, 2008, 09:02 PM
        $request = pasteDatabaseRequest("
            SELECT t.id_topic as topic_id
            FROM {db_prefix}topics AS t
            WHERE t.id_board = \{\int\:\paste_board}
            ORDER BY id_last_msg DESC
            LIMIT \{\int\:\limit_recent}",
            array(
                \'paste_board\' => \$pSettings['paste_board'],
                \'limit_recent\' => \$pSettings['recent_limit'],
                ));