1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

refactor pm, forum to fit new eURL paths

This commit is contained in:
secretr 2008-12-02 00:33:29 +00:00
parent bac34fa23b
commit f87b9f61c8
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<?php
// $Id: forum.php,v 1.4 2008-11-29 01:24:27 mcfly_e107 Exp $
// $Id: forum.php,v 1.1 2008-12-02 00:33:29 secretr Exp $
function url_forum_forum($parms)
{
switch($parms['func'])

View File

@ -1,5 +1,5 @@
<?php
// $Id: thread.php,v 1.4 2008-12-01 21:11:01 mcfly_e107 Exp $
// $Id: thread.php,v 1.1 2008-12-02 00:33:29 secretr Exp $
function url_forum_thread($parms)
{
switch($parms['func'])

View File

@ -1,5 +1,5 @@
<?php
// $Id: main.php,v 1.3 2008-11-25 17:38:56 mcfly_e107 Exp $
// $Id: main.php,v 1.1 2008-12-02 00:33:29 secretr Exp $
function url_pm_main($parms)
{
switch($parms['f'])