Advertisement
Guest User

addition to pluginRR in line 327

a guest
Aug 5th, 2013
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.50 KB | None | 0 0
  1.     if (isset($_REQUEST['itemId'])) {
  2.         global $trklib; require_once('lib/trackers/trackerlib.php');
  3.         $tracker_info = $trklib->get_tracker($trackerId);
  4.         if ($t = $trklib->get_tracker_options($trackerId)) {
  5.             $tracker_info = array_merge($tracker_info, $t);
  6.         }
  7.  
  8.         if (!isset($showlastmodif)) {
  9.             $showlastmodif = $tracker_info['showLastModif'];
  10.             }
  11.             //$smarty->assign_by_ref('showlastmodif', $showlastmodif);
  12.             echo "<br/>showlastmodif:";
  13.             echo $showlastmodif;
  14.             echo $tracker_info;
  15.            
  16.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement