Browse Source

Rename u_fsm.php to Finite_State_Machine.php to follow ZF coding style

Frederic G. Marand 17 years ago
parent
commit
4911fa1c4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Finite_State_Machine.php

+ 1 - 1
u_fsm.php → Finite_State_Machine.php

@@ -5,7 +5,7 @@
  * (c) 2006 Ouest Systèmes Informatiques (OSI)
  * Licensed under the CeCILL 2.0 license
  *
- * $Id: u_fsm.php,v 1.4 2007-05-08 20:52:06 marand Exp $
+ * $Id: Finite_State_Machine.php,v 1.5 2007-05-08 20:54:22 marand Exp $
  */
 require_once('misc.php'); // for func_name()
 error_reporting(E_ALL|E_STRICT);