Ignore:
Timestamp:
Jul 26, 2003, 11:28:58 AM (21 years ago)
Author:
z0rglub
Message:

instead of overriding individual keywords,you can add a keyword to all or remove it from all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r26 r39  
    6969  $output = array();
    7070  foreach ( $array as $v ) {
    71     if ( $v != $value )
    72     {
    73       array_push( $output, $v );
    74     }
     71    if ( $v != $value ) array_push( $output, $v );
    7572  }
    7673  return $output;
Note: See TracChangeset for help on using the changeset viewer.