Changeset 16486
- Timestamp:
- Jul 8, 2012, 10:48:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/AStat/astat_aip.class.inc.php
r16009 r16486 1835 1835 $template_datas["ASTAT_PURGE_HISTORY_IMAGE_DISABLED"] = " disabled "; 1836 1836 } 1837 else 1838 { 1839 $template_datas["ASTAT_PURGE_HISTORY_IMAGE_DISABLED"] = ''; 1840 } 1837 1841 $nfo=$this->purge_history_count_categoryid0(); 1838 1842 $template_datas["ASTAT_PURGE_HISTORY_CATEGORY_NFO"] = sprintf(l10n('AStat_tools_purge_history_categoryid0'), $nfo); … … 1841 1845 $template_datas["ASTAT_PURGE_HISTORY_CATEGORY_DISABLED"] = " disabled "; 1842 1846 } 1847 else 1848 { 1849 $template_datas["ASTAT_PURGE_HISTORY_CATEGORY_DISABLED"] = ''; 1850 } 1843 1851 $nfo=$this->purge_history_count_ipid0(); 1844 1852 $template_datas["ASTAT_PURGE_HISTORY_IP_NFO"] = sprintf(l10n('AStat_tools_purge_history_ipid0'), $nfo[1], $nfo[0]); … … 1846 1854 { 1847 1855 $template_datas["ASTAT_PURGE_HISTORY_IP_DISABLED"] = " disabled "; 1856 } 1857 else 1858 { 1859 $template_datas["ASTAT_PURGE_HISTORY_IP_DISABLED"] = ''; 1848 1860 } 1849 1861 // << GENERAL NFO ----------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.