Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: global.php 3790 2008-04-23 22:50:33Z Tikitiki $
| * $Id: global.php 4324 2009-03-05 21:23:18Z Tikitiki $
|
*/
// If archive mode does not work, uncomment the line below and try again
| */
// If archive mode does not work, uncomment the line below and try again
|
Zeile 83 | Zeile 83 |
---|
{ $action = $todo[0]; }
|
{ $action = $todo[0]; }
|
$page = $todo[2];
| $page = intval($todo[2]);
|
$id = intval($todo[1]);
// Get the thread, announcement or forum information.
| $id = intval($todo[1]);
// Get the thread, announcement or forum information.
|