[Openupload-svn-update] SF.net SVN: openupload:[365] trunk/lib/smarty_plugins
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2010-03-18 18:13:01
|
Revision: 365
http://openupload.svn.sourceforge.net/openupload/?rev=365&view=rev
Author: tsdogs
Date: 2010-03-18 18:12:52 +0000 (Thu, 18 Mar 2010)
Log Message:
-----------
minor changes
Modified Paths:
--------------
trunk/lib/smarty_plugins/block.tr.php
trunk/lib/smarty_plugins/function.db_table.php
Modified: trunk/lib/smarty_plugins/block.tr.php
===================================================================
--- trunk/lib/smarty_plugins/block.tr.php 2009-11-07 23:54:47 UTC (rev 364)
+++ trunk/lib/smarty_plugins/block.tr.php 2010-03-18 18:12:52 UTC (rev 365)
@@ -23,7 +23,7 @@
if(!$repeat){
if (isset($content)) {
- return translate($content, 'template',$params);
+ return translate($content, 'template', $params);
} else {
return '';
}
Modified: trunk/lib/smarty_plugins/function.db_table.php
===================================================================
--- trunk/lib/smarty_plugins/function.db_table.php 2009-11-07 23:54:47 UTC (rev 364)
+++ trunk/lib/smarty_plugins/function.db_table.php 2010-03-18 18:12:52 UTC (rev 365)
@@ -1,7 +1,5 @@
<?php
-
-
function smarty_function_db_table($params, &$smarty){
$data = $params['data'];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|