Beispiel #1
0
switch ($op) {
    case "links":
    case "suite_links":
        links();
        break;
    case "LinksDelNew":
        LinksDelNew($lid);
        break;
    case "LinksAddCat":
        LinksAddCat($title, $cdescription);
        break;
    case "LinksAddSubCat":
        LinksAddSubCat($cid, $title);
        break;
    case "LinksAddLink":
        LinksAddLink($new, $lid, $title, $url, $cat, $xtext, $name, $email, $submitter);
        break;
    case "LinksAddEditorial":
        LinksAddEditorial($linkid, $editorialtitle, $editorialtext);
        break;
    case "LinksModEditorial":
        LinksModEditorial($linkid, $editorialtitle, $editorialtext);
        break;
    case "LinksDelEditorial":
        LinksDelEditorial($linkid);
        break;
    case "LinksListBrokenLinks":
        LinksListBrokenLinks();
        break;
    case "LinksDelBrokenLinks":
        LinksDelBrokenLinks($lid);
Beispiel #2
0
 }
 switch ($op) {
     case "Links":
         links();
         break;
     case "LinksDelNew":
         LinksDelNew($lid);
         break;
     case "LinksAddCat":
         LinksAddCat($title, $cdescription);
         break;
     case "LinksAddSubCat":
         LinksAddSubCat($cid, $title, $cdescription);
         break;
     case "LinksAddLink":
         LinksAddLink($new, $lid, $title, $url, $cat, $description, $name, $email, $submitter);
         break;
     case "LinksAddEditorial":
         LinksAddEditorial($linkid, $editorialtitle, $editorialtext);
         break;
     case "LinksModEditorial":
         LinksModEditorial($linkid, $editorialtitle, $editorialtext);
         break;
     case "LinksLinkCheck":
         LinksLinkCheck();
         break;
     case "LinksValidate":
         LinksValidate($cid, $sid, $ttitle);
         break;
     case "LinksDelEditorial":
         LinksDelEditorial($linkid);