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 21:00:43 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=293105
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 21:00:10 UTC (rev 293104)
+++ web/doc-editor/trunk/php/TranslationStatistic.php 2010-01-04 21:00:43 UTC (rev 293105)
@@ -154,7 +154,7 @@
{
$project = AccountManager::getInstance()->project;
- $result = array();
+ $result = $summary = array();
if( $lang == 'all' ) {
$where = '`lang` != \'en\' AND';