diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-02-06 21:34:07 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-02-06 21:34:07 +0000 |
| commit | 6ef5fdc626d7ad16f1f52ad45999593cd6b0441b (patch) | |
| tree | f7d605879a4b7d2ab8b9e81cc015c876e45c8d88 /list.php | |
| parent | 59a0ee08cb18d1eaa82ff3ae160d5937abf80852 (diff) | |
| download | articles-6ef5fdc626d7ad16f1f52ad45999593cd6b0441b.tar.gz articles-6ef5fdc626d7ad16f1f52ad45999593cd6b0441b.tar.bz2 articles-6ef5fdc626d7ad16f1f52ad45999593cd6b0441b.zip | |
Change ["control"] to ['listInfo']
Diffstat (limited to 'list.php')
| -rw-r--r-- | list.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_articles/list.php,v 1.10 2006/01/31 10:21:11 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_articles/list.php,v 1.11 2006/02/06 21:34:07 lsces Exp $ * @package article * @subpackage functions */ @@ -99,7 +99,7 @@ $gBitSmarty->assign( 'topics', $topics ); $types = BitArticleType::getTypeList(); $gBitSmarty->assign( 'types', $types ); -$gBitSmarty->assign( 'control', $_REQUEST["control"] ); +$gBitSmarty->assign( 'listItem', $_REQUEST['listInfo'] ); $gBitSmarty->assign( 'listpages', $listArticles["data"] ); // Display the template |
