svn: /web/doc-editor/trunk/php/ TranslationStatistic.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Mon, 04 Jan 2010 20:58:30 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=293102
Log:
Add default value
Changed paths:
U web/doc-editor/trunk/php/TranslationStatistic.php
Modified: web/doc-editor/trunk/php/TranslationStatistic.php
===================================================================
--- web/doc-editor/trunk/php/TranslationStatistic.php 2010-01-04 20:54:02 UTC (rev 293101)
+++ web/doc-editor/trunk/php/TranslationStatistic.php 2010-01-04 20:58:30 UTC (rev 293102)
@@ -154,6 +154,8 @@
{
$project = AccountManager::getInstance()->project;
+ $result = array();
+
if( $lang == 'all' ) {
$where = '`lang` != \'en\' AND';
} else {