------------------------------------------------------------
revno: 1188
committer: Roger Martin <[email protected]>
branch nick: aikiframework
timestamp: Wed 2012-04-25 22:33:31 +0200
message:
  literals with __() functions
modified:
  libs/SqlMarkup.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'libs/SqlMarkup.php'
--- libs/SqlMarkup.php	2012-03-14 21:46:05 +0000
+++ libs/SqlMarkup.php	2012-04-25 20:33:31 +0000
@@ -99,7 +99,7 @@
 				
 				$results = $db->get_results($sql_query, ARRAY_A);
 				if ( $db->last_error ){
-					return t("Error in SQL").
+					return __("Error in SQL").
 						(is_debug_on() ? " ". $db->last_error : "" );
 				}
 					
@@ -121,5 +121,3 @@
 		return $output;
 	} // end of function
 } // end of class
-
-?>

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to