News:

Please note these forums are mostly a testing ground for my SMF work and I don't really use them otherwise.

Main Menu

Paste-1200249657:v:use_geshi-1:v:type-php

Started by SleePy, Jan 13, 2008, 06:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SleePy

No siggy! :D

SleePy

            'paste_board' => $pSettings['paste_board'],
No siggy! :D

SleePy

         WHERE t.id_board = {int:paste_board}
         ORDER BY id_last_msg DESC
         LIMIT {int:limit_recent}",
         array(
            'paste_board' => $pSettings['paste_board'],
No siggy! :D

SleePy

        $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'],
                ));
No siggy! :D