librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1210] fix the name of the function


From: Clint Adams
Subject: [Librefm-commits] [1210] fix the name of the function
Date: Tue, 05 May 2009 23:28:04 +0000

Revision: 1210
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1210
Author:   clint
Date:     2009-05-05 23:28:03 +0000 (Tue, 05 May 2009)
Log Message:
-----------
fix the name of the function

Modified Paths:
--------------
    trunk/nixtape/templating.php

Modified: trunk/nixtape/templating.php
===================================================================
--- trunk/nixtape/templating.php        2009-05-05 23:26:04 UTC (rev 1209)
+++ trunk/nixtape/templating.php        2009-05-05 23:28:03 UTC (rev 1210)
@@ -45,7 +45,7 @@
 
 header("Content-Type: text/html; charset=utf-8");
 
-function getMenu() {
+function insert_getMenu() {
        $smarty->display('menu.tpl');
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]