Update of /cvsroot/xoops/xoops-current/html/modules/system/admin/banners
In directory usw-pr-cvs1:/tmp/cvs-serv15192
Modified Files:
main.php
Log Message:
no message
Index: main.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/system/admin/banners/main.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** main.php 20 Sep 2002 16:19:34 -0000 1.2
--- main.php 20 Sep 2002 16:52:45 -0000 1.3
***************
*** 5,9 ****
include_once(XOOPS_ROOT_PATH."/modules/system/admin/banners/banners.php");
include_once(XOOPS_ROOT_PATH."/class/module.textsanitizer.php");
!
switch($op) {
case "BannersAdmin":
--- 5,9 ----
include_once(XOOPS_ROOT_PATH."/modules/system/admin/banners/banners.php");
include_once(XOOPS_ROOT_PATH."/class/module.textsanitizer.php");
! $op = !isset($op) ? 'BannersAdmin' : $op;
switch($op) {
case "BannersAdmin":
|