Changeset 547 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Env.pm


Ignore:
Timestamp:
Sep 18, 2008, 1:56:00 AM (16 years ago)
Author:
Bruno Cornec
Message:

First coding of pb_web_news2html which generates news from the announces DB in order to be used on the Website

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Env.pm

    r540 r547  
    224224# return values in that case are useless
    225225#
    226 if (($action =~ /^cms2/) || ($action =~ /^newver$/) || ($action =~ /pbinit/) || ($action =~ /^newproj$/) || ($action =~ /^announce/)) {
     226if (($action =~ /^cms2/) || ($action =~ /^newver$/) || ($action =~ /pbinit/) || ($action =~ /^newproj$/) || ($action =~ /^announce/) || ($action =~ /^web/)) {
    227227
    228228    #
Note: See TracChangeset for help on using the changeset viewer.