svn: /web/doc-editor/trunk/php/ TranslationStatistic.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sat, 27 Feb 2010 07:06:24 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=295555
Log:
Kill a notice
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-02-27 06:46:11 UTC (rev 295554)
+++ web/doc-editor/trunk/php/TranslationStatistic.php 2010-02-27 07:06:24 UTC (rev 295555)
@@ -112,6 +112,8 @@
{
$project = AccountManager::getInstance()->project;
+ $result = array();
+
if( $lang == 'all' ) {
$where = '';
$groupBy = 'GROUP BY `lang`';