Changeset 86


Ignore:
Timestamp:
Apr 8, 2006 3:19:10 AM (18 years ago)
Author:
scdev
Message:

renamed NodeHeirarchy? to Hierarchy to fix misspelling and remove useless node part of name.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/lib/Hierarchy.inc.php

    r84 r86  
    11<?php
    22/**
    3  * NodeHeirarchy.inc.php
     3 * Heirarchy.inc.php
    44 * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    55 */
     
    2121 *
    2222 * @author    Quinn Comendant <quinn@strangecode.com>
    23  * @version   1.0
     23 * @version   1.1 (07 Apr 2006 20:16:59)
    2424 */
    2525
    26 class NodeHeirarchy {
     26class Heirarchy {
    2727
    2828    /**
     
    6262     *                          configuration or connection parameters.
    6363     */
    64     function NodeHeirarchy($params=array())
     64    function Heirarchy($params=array())
    6565    {
    6666        $this->params = $params;
Note: See TracChangeset for help on using the changeset viewer.