Home
last modified time | relevance | path

Searched refs:snips (Results 1 – 1 of 1) sorted by relevance

/plugin/snippets/
H A Dadmin.php86 foreach($data as $id=>$snips) {
88 $found = $this->update_all($id, $snips, $ar) ;
90 $snips =implode('<br />',$snips);
92 …$ret .= "<b><u>" . $this->getLang("logged_for") ." $id:</u></b><br />$snips<br /><b>" . $this->get…
105 function update_all($id, $snips, &$ar) { argument
141 $diff = array_diff($snips,$matches[1]) ;