Subversion Repositories wpShopGermany4

Rev

Rev 6503 | Rev 6522 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6503 Rev 6521
Line 223... Line 223...
223
                                                
223
                                                
224
                                            <?php } ?>
224
                                            <?php } ?>
225
                                            
225
                                            
226
                                        </td>
226
                                        </td>
227
                                        <td><?php 
227
                                        <td><?php 
228
                                                                            
228
                                            
229
                                            echo $modul_info['version'];
229
                                            echo $modul_info['version'];
230
                                             
230
                                             
231
                                            if ($this->shop->hasModInstalled($modul_key) && $modul_info['version'] === $this->shop->arAllModule[$modul_key]->version)
231
                                            if ($this->shop->hasModInstalled($modul_key) && $modul_info['version'] === $this->shop->arAllModule[$modul_key]->version)
232
                                            {
232
                                            {
233
                                                
233